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:
Oliver Davies 2021-01-10 22:15:48 +00:00
parent 3b6ad20486
commit 59620f8a51

View file

@ -12,6 +12,7 @@ module.exports = {
content: [
'../../../../config/**/*.yml',
'body-field-values.txt',
'opdavies.theme',
'templates/**/*.twig'
],
options: {