Test adding a variable via preprocessing
This commit is contained in:
parent
4953744c30
commit
49e8a99e36
2 changed files with 9 additions and 1 deletions
|
@ -7,5 +7,6 @@ mix.postCss('src/main.css', 'dist', [
|
|||
])
|
||||
.purgeCss({
|
||||
folders: ['templates'],
|
||||
extensions: ['html', 'twig']
|
||||
extensions: ['html', 'twig'],
|
||||
whitelistPatterns: [/tw-bg-red-200/]
|
||||
})
|
||||
|
|
Reference in a new issue