JSL_OrganizeInternalOAWeb_A.../tailwind.config.js
2023-12-20 22:18:46 +08:00

13 lines
215 B
JavaScript

module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
"./node_modules/flowbite/**/*.js",
],
theme: {
extend: {},
},
plugins: [
require('flowbite/plugin')
]
}