generated from thegrind/laravel-dockerized
11 lines
180 B
JavaScript
11 lines
180 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: [
|
|
'./.vitepress/**/*.{js,ts,vue}',
|
|
'./**/*.md'
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
} |