Skip to content

Commit c3e335d

Browse files
committed
remove acf rules for gutenberg
1 parent c8b7bb6 commit c3e335d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/scss/06-blocks/_gutenberg.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,13 @@
5959
}
6060

6161
@include editor-only {
62-
> .wp-block[class*="wp-block-acf"],
6362
> .wp-block[class*="wp-block-beapi-manual-block"],
6463
> .wp-block[class*="wp-block-beapi-dynamic-block"] {
6564
width: 100%;
6665
max-width: none;
6766
}
6867

69-
> .wp-block[class*="wp-block-acf"].is-selected {
70-
width: #{$container-wide};
71-
max-width: var(--responsive--alignwide-width);
72-
}
73-
7468
// The template block must have a ".block" class. Example : <div class="block block--my-custom-block">
75-
> :where(.wp-block[class*="wp-block-acf"]) :where(.block),
7669
> :where(.wp-block[class*="wp-block-beapi-manual-block"]) :where(.block),
7770
> :where(.wp-block[class*="wp-block-beapi-dynamic-block"]) :where(.block) {
7871
width: $container-default;

0 commit comments

Comments
 (0)