Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Aug 4, 2020
1 parent e2705f9 commit d2c93b2
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 @@ -575,7 +575,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 d2c93b2

Please sign in to comment.