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 = {
purge: {
enabled: true,//process.env.NODE_ENV === 'production',
content: [
// Nuxt
@ -18,8 +16,7 @@ module.exports = {
'src/**/*.astro',
'src/**/*.vue',
'src/**/*.js',
]
},
],
future: {
purgeLayersByDefault: true,
},