Safelist branding block, fix logo size
This commit is contained in:
parent
aabfd555d6
commit
08657c9b14
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue