Configure PurgeCSS
This commit is contained in:
parent
aae43efbf8
commit
74cd021a72
|
@ -5,3 +5,7 @@ require('laravel-mix-purgecss')
|
||||||
mix.postCss('src/main.css', 'dist', [
|
mix.postCss('src/main.css', 'dist', [
|
||||||
require('tailwindcss')('./tailwind.config.js'),
|
require('tailwindcss')('./tailwind.config.js'),
|
||||||
])
|
])
|
||||||
|
.purgeCss({
|
||||||
|
folders: ['templates'],
|
||||||
|
extensions: ['html', 'twig']
|
||||||
|
})
|
||||||
|
|
Reference in a new issue