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 = {
|
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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue