From 9a9f8364d0f85d581329d992a8a8ab52f115d180 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 15 May 2024 16:06:21 +0200 Subject: [PATCH] re-enqueuing a editor stylesheet --- resources/css/editor-style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index 96530a0..a02d204 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -1,5 +1,7 @@ +@import 'tailwindcss/base'; @import 'tailwindcss/components'; @import 'tailwindcss/utilities'; + @import './utilities/shadows.css'; @import './components/cta.css'; @@ -8,6 +10,11 @@ @apply text-center text-secondary font-bold; } +.homegrade-blocks-highlight:not(:has(.homegrade-blocks-highlight__titling)) + .homegrade-blocks-custom-heading:first-child { + @apply !mt-0; +} + body { @apply font-sans; } @@ -129,6 +136,9 @@ p { } } +/* .homegrade-blocks-highlight__content__innerblocks .block-editor-block-list__layout { +} */ + .wp-block-list { @apply list-none; }