Skip to content

Commit

Permalink
Move padding and margin visualizer styles to content.scss file (#47139)
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan authored Jan 17, 2023
1 parent 3699b70 commit e54c571
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/block-editor/src/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
@import "./components/plain-text/content.scss";
@import "./components/rich-text/content.scss";
@import "./components/warning/content.scss";
@import "./hooks/padding.scss";
1 change: 0 additions & 1 deletion packages/block-editor/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
@import "./hooks/position.scss";
@import "./hooks/typography.scss";
@import "./hooks/color.scss";
@import "./hooks/padding.scss";

@import "./components/block-toolbar/style.scss";
@import "./components/inserter/style.scss";
Expand Down

0 comments on commit e54c571

Please sign in to comment.