Skip to content

Commit

Permalink
Move misplaced style imports to editor.css (#14607)
Browse files Browse the repository at this point in the history
* Move misplaced editor styles to editor.css

* Add comment & rename files.
  • Loading branch information
m-e-h authored and jorgefilipecosta committed May 30, 2019
1 parent 3d007a0 commit 54d6af8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/block-library/src/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
@import "./verse/editor.scss";
@import "./video/editor.scss";

/**
* Import styles from internal editor components used by the blocks.
*/
@import "./block/edit-panel/editor.scss";
@import "./block/indicator/editor.scss";

/**
* Editor Normalization Styles
Expand Down
2 changes: 0 additions & 2 deletions packages/block-library/src/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
@import "./audio/style.scss";
@import "./block/edit-panel/style.scss";
@import "./block/indicator/style.scss";
@import "./button/style.scss";
@import "./calendar/style.scss";
@import "./categories/style.scss";
Expand Down

0 comments on commit 54d6af8

Please sign in to comment.