Skip to content

Commit

Permalink
deterministic style loading order
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Mar 31, 2021
1 parent 1c9678b commit 9229c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ function gutenberg_register_packages_styles( $styles ) {
$styles,
'wp-reset-editor-styles',
gutenberg_url( 'build/block-library/reset.css' ),
array(),
array( 'common', 'forms' ), // Make sure the reset is loaded after the default WP Adminn styles.
$version
);
$styles->add_data( 'wp-reset-editor-styles', 'rtl', 'replace' );
Expand Down

0 comments on commit 9229c8b

Please sign in to comment.