mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Update to newer tailwind config syntax
This commit is contained in:
parent
a440904384
commit
60c3320aa8
1 changed files with 15 additions and 18 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue