From 08657c9b1479dec9eda3c191942d12a8272366e2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 20 Dec 2020 01:45:50 +0000 Subject: [PATCH] Safelist branding block, fix logo size --- web/themes/custom/opdavies/tailwind.config.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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: {