Safelist branding block, fix logo size

This commit is contained in:
Oliver Davies 2020-12-20 01:45:50 +00:00
parent aabfd555d6
commit 08657c9b14

View file

@ -9,13 +9,17 @@ const { variants } = defaultConfig
module.exports = { module.exports = {
important: true, important: true,
purge: { purge: {
mode: 'layers',
content: [ content: [
'../../../../config/**/*.yml', '../../../../config/**/*.yml',
'body-field-values.txt', 'body-field-values.txt',
'templates/**/*.twig' 'templates/**/*.twig'
], ],
safelist: ['bg-gray-200'] options: {
safelist: [
'bg-gray-200',
'block-opdavies-branding'
]
}
}, },
theme: { theme: {
extend: { extend: {