Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Aug 25, 2020
1 parent e9bb4ec commit 3d51c30
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 @@ -574,7 +574,7 @@ function gutenberg_experimental_global_styles_get_stylesheet() {

$gs_merged = gutenberg_experimental_global_styles_merge_trees( $gs_core, $gs_theme, $gs_user );

return $gs_merged;
return gutenberg_experimental_global_styles_resolver( $gs_merged );
}

/**
Expand Down

0 comments on commit 3d51c30

Please sign in to comment.