magic/magic-boot-naive/tailwind.config.js

13 lines
207 B
JavaScript
Raw Permalink Normal View History

2024-06-14 14:57:55 +08:00
module.exports = {
content: [
'./index.html',
'./src/**/*.{vue,js,ts,jsx,tsx}'
],
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}