mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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',
|
||||
content: [
|
||||
'components/**/*.vue',
|
||||
'layouts-eleventy/**/*.js',
|
||||
'layouts/**/*.vue',
|
||||
'pages/**/*.vue',
|
||||
'pages-eleventy/**/*.js',
|
||||
'plugins/**/*.js',
|
||||
'nuxt.config.js'
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue