JSL_OrganizeInternalOAWeb/tailwind.config.js
2024-03-14 18:10:16 +08:00

16 lines
220 B
JavaScript

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