Update to newer tailwind config syntax

This commit is contained in:
Sam Carlton 2022-04-29 14:09:56 -05:00
parent a440904384
commit 60c3320aa8

View file

@ -1,6 +1,4 @@
module.exports = { module.exports = {
purge: {
enabled: true,//process.env.NODE_ENV === 'production',
content: [ content: [
// Nuxt // Nuxt
@ -18,8 +16,7 @@ module.exports = {
'src/**/*.astro', 'src/**/*.astro',
'src/**/*.vue', 'src/**/*.vue',
'src/**/*.js', 'src/**/*.js',
] ],
},
future: { future: {
purgeLayersByDefault: true, purgeLayersByDefault: true,
}, },