vite-zmusic/tailwind.config.js

18 lines
293 B
JavaScript

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