diff --git a/web/themes/custom/opdavies/tailwind.config.js b/web/themes/custom/opdavies/tailwind.config.js index 60a5732..e352446 100644 --- a/web/themes/custom/opdavies/tailwind.config.js +++ b/web/themes/custom/opdavies/tailwind.config.js @@ -9,13 +9,17 @@ const { variants } = defaultConfig module.exports = { important: true, purge: { - mode: 'layers', content: [ '../../../../config/**/*.yml', 'body-field-values.txt', 'templates/**/*.twig' ], - safelist: ['bg-gray-200'] + options: { + safelist: [ + 'bg-gray-200', + 'block-opdavies-branding' + ] + } }, theme: { extend: {