JSL_OrganizeInternalOAWeb/tailwind.config.js
2024-03-10 13:00:00 +08:00

14 lines
218 B
JavaScript

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