PurgeCSS configuration
This commit is contained in:
parent
d6c2e451f9
commit
428a059638
1 changed files with 5 additions and 1 deletions
|
@ -18,7 +18,11 @@ mix.
|
|||
.options({
|
||||
processCssUrls: false
|
||||
})
|
||||
.purgeCss();
|
||||
.purgeCss({
|
||||
content: [
|
||||
'*.php',
|
||||
],
|
||||
});
|
||||
|
||||
// JS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue