Skip to content

Commit

Permalink
remove acf rules for gutenberg
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric07 committed Jan 10, 2025
1 parent c8b7bb6 commit c3e335d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/scss/06-blocks/_gutenberg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,13 @@
}

@include editor-only {
> .wp-block[class*="wp-block-acf"],
> .wp-block[class*="wp-block-beapi-manual-block"],
> .wp-block[class*="wp-block-beapi-dynamic-block"] {
width: 100%;
max-width: none;
}

> .wp-block[class*="wp-block-acf"].is-selected {
width: #{$container-wide};
max-width: var(--responsive--alignwide-width);
}

// The template block must have a ".block" class. Example : <div class="block block--my-custom-block">
> :where(.wp-block[class*="wp-block-acf"]) :where(.block),
> :where(.wp-block[class*="wp-block-beapi-manual-block"]) :where(.block),
> :where(.wp-block[class*="wp-block-beapi-dynamic-block"]) :where(.block) {
width: $container-default;
Expand Down

0 comments on commit c3e335d

Please sign in to comment.