From 44e3dddc296d37ae0f6d171a34651489d56a8c3f Mon Sep 17 00:00:00 2001 From: JC Date: Thu, 1 Jul 2021 02:17:03 +0800 Subject: [PATCH] #110 - Remove heading style, will be handled by className attribute instead --- src/blocks/carousel-slide/editor.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/blocks/carousel-slide/editor.scss b/src/blocks/carousel-slide/editor.scss index d6dd5b7..c4708ae 100644 --- a/src/blocks/carousel-slide/editor.scss +++ b/src/blocks/carousel-slide/editor.scss @@ -3,9 +3,4 @@ .wp-block-wdsblocks-carousel-slide { @include edit-mode( '.edit-mode &' ); - - .wp-block[data-type='core/heading'] { - margin-left: auto; - margin-right: auto; - } }