Skip to content

Commit

Permalink
Combine style-engine stores for block-supports (#42970)
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath authored Aug 4, 2022
1 parent f134474 commit 119eb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/block-supports/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function gutenberg_get_layout_style( $selector, $layout, $has_block_gap_support
return gutenberg_style_engine_get_stylesheet_from_css_rules(
$layout_styles,
array(
'context' => 'layout-block-supports',
'context' => 'block-supports',
'enqueue' => true,
)
);
Expand Down

0 comments on commit 119eb3d

Please sign in to comment.