Add .theme file to the PurgeCSS config
Ensures that any classes in `opdavies.theme` are not purged in a production CSS build. References #341
This commit is contained in:
parent
3b6ad20486
commit
59620f8a51
|
@ -12,6 +12,7 @@ module.exports = {
|
|||
content: [
|
||||
'../../../../config/**/*.yml',
|
||||
'body-field-values.txt',
|
||||
'opdavies.theme',
|
||||
'templates/**/*.twig'
|
||||
],
|
||||
options: {
|
||||
|
|
Loading…
Reference in a new issue