Skip to content

Commit

Permalink
Gutenberg: Reorder style imports for fixing the button block when edi…
Browse files Browse the repository at this point in the history
…ting it (#28114)
  • Loading branch information
mmtr authored Oct 29, 2018
1 parent c73fdc2 commit 438fa59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions assets/stylesheets/sections/gutenberg-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@

// Block library
@import '../../../node_modules/@wordpress/block-library/build-style/style';
@import '../../../node_modules/@wordpress/block-library/build-style/editor';
@import '../../../node_modules/@wordpress/block-library/build-style/theme';

// Components
@import '../../../node_modules/@wordpress/components/build-style/style';

// Editor package styles
@import '../../../node_modules/@wordpress/editor/build-style/style';

// Block library theme & editor
@import '../../../node_modules/@wordpress/block-library/build-style/theme';
@import '../../../node_modules/@wordpress/block-library/build-style/editor';

// Calypso specific Gutenberg editor styles
@import 'gutenberg/editor/style';

Expand Down

0 comments on commit 438fa59

Please sign in to comment.