lqsNode/vue3_vite/tailwind.config.cjs

13 lines
209 B
JavaScript
Raw Permalink Normal View History

2024-09-12 09:36:58 +08:00
module.exports = {
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}