vite-zmusic/tailwind.config.js
2023-01-29 15:06:46 +08:00

19 lines
310 B
JavaScript

module.exports = {
// mode:'jit',
content: [
// Example content paths...
'./index.html',
'./public/**/*.html',
'./src/**/*.{js,jsx,ts,tsx,vue}',
],
theme: {
extend: {},
},
plugins: [],
corePlugins: {
// ...
// preflight: false,
// backgroundOpacity: false,
},
}