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,25 +1,22 @@
|
|||
module.exports = {
|
||||
purge: {
|
||||
enabled: true,//process.env.NODE_ENV === 'production',
|
||||
content: [
|
||||
content: [
|
||||
|
||||
// Nuxt
|
||||
'nuxt.config.js',
|
||||
'components/**/*.vue',
|
||||
'layouts/**/*.vue',
|
||||
'pages/**/*.vue',
|
||||
'plugins/**/*.js',
|
||||
// Nuxt
|
||||
'nuxt.config.js',
|
||||
'components/**/*.vue',
|
||||
'layouts/**/*.vue',
|
||||
'pages/**/*.vue',
|
||||
'plugins/**/*.js',
|
||||
|
||||
// Eleventy
|
||||
'layouts-eleventy/**/*.js',
|
||||
'pages-eleventy/**/*.js',
|
||||
// Eleventy
|
||||
'layouts-eleventy/**/*.js',
|
||||
'pages-eleventy/**/*.js',
|
||||
|
||||
// Astro
|
||||
'src/**/*.astro',
|
||||
'src/**/*.vue',
|
||||
'src/**/*.js',
|
||||
]
|
||||
},
|
||||
// Astro
|
||||
'src/**/*.astro',
|
||||
'src/**/*.vue',
|
||||
'src/**/*.js',
|
||||
],
|
||||
future: {
|
||||
purgeLayersByDefault: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue