Skip to content

Commit

Permalink
remove whitespace for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Jul 22, 2022
1 parent 099f564 commit 8ebaf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/style-engine/class-wp-style-engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public function get_block_supports_styles( $block_styles, $options ) {
$styles_output['declarations'] = $css_declarations->get_declarations();
// Return an entire rule if there is a selector.
if ( $css_selector ) {
$styles_output['css'] = $css_selector . ' { ' . $css . ' }';
$styles_output['css'] = $css_selector . '{' . $css . '}';
}
}

Expand Down

0 comments on commit 8ebaf85

Please sign in to comment.