Skip to content

Commit

Permalink
Add support for more style properties in the global context
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Jul 30, 2020
1 parent 6ab9b3a commit 5126866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/global-styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ function gutenberg_experimental_global_styles_get_block_data() {
$block_data = array(
'global' => array(
'selector' => ':root',
'supports' => array( 'background-color' ),
'supports' => array( '--wp--style--color--link', 'background-color', 'font-size' ),
),
);

Expand Down

0 comments on commit 5126866

Please sign in to comment.