git-subtree-dir: frontend-vue git-subtree-mainline: 4fa5504697d28b537980ae9cbc3597e415cb94cb git-subtree-split: 041986f5cd6e67f5367fd047c71b8107865fa5af
13 lines
191 B
JavaScript
13 lines
191 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: [
|
|
"./index.html",
|
|
"./src/**/*.{vue,js,ts,jsx,tsx}",
|
|
],
|
|
theme: {
|
|
extend: {
|
|
},
|
|
},
|
|
plugins: [],
|
|
}
|