Skip to content

Commit

Permalink
Target site front-end with FSE experiment enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Feb 27, 2020
1 parent 9dbfca1 commit bc34183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/global-styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ function gutenberg_experimental_global_styles_resolver( $global_styles ) {
// (3rd party blocks, custom selectors, etc).
$selectors = array(
'core' => ':root',
'core/paragraph' => '.entry-content p',
'custom/paragraph-in-quote' => '.wp-block-quote p',
'core/paragraph' => '.wp-site-blocks p',
'custom/paragraph-in-quote' => '.wp-site-blocks .wp-block-quote p',
);
foreach ( $global_styles as $blockname => $subtree ) {
$token = '--';
Expand Down

0 comments on commit bc34183

Please sign in to comment.