mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Include eleventy tempaltes in tailwind purge
This commit is contained in:
parent
835f9df971
commit
d1817aad93
1 changed files with 2 additions and 0 deletions
|
|
@ -3,8 +3,10 @@ module.exports = {
|
||||||
enabled: true,//process.env.NODE_ENV === 'production',
|
enabled: true,//process.env.NODE_ENV === 'production',
|
||||||
content: [
|
content: [
|
||||||
'components/**/*.vue',
|
'components/**/*.vue',
|
||||||
|
'layouts-eleventy/**/*.js',
|
||||||
'layouts/**/*.vue',
|
'layouts/**/*.vue',
|
||||||
'pages/**/*.vue',
|
'pages/**/*.vue',
|
||||||
|
'pages-eleventy/**/*.js',
|
||||||
'plugins/**/*.js',
|
'plugins/**/*.js',
|
||||||
'nuxt.config.js'
|
'nuxt.config.js'
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue