Skip to content

Commit

Permalink
Fix naming of core-button to core-buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed May 12, 2022
1 parent 4530ba9 commit 9b6b245
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 69 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Fix navigation dropdown menus opening inside viewport after resizing window
* Fix code block style bugs
* Fix pullquote blockquote alignment
* Fix naming of core-button to core-buttons
* Use var(--color-blockquote) color variable in pull quotes
* Simplify core-list block
* Smaller external link icon
Expand Down
66 changes: 33 additions & 33 deletions css/dev/global.css

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions css/dev/gutenberg-editor-styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/prod/global.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/prod/gutenberg-editor-styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sass/gutenberg/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.editor-styles-wrapper,
.article-content {
@import 'gutenberg/blocks/core-blockquote';
@import 'gutenberg/blocks/core-buttons';
@import 'gutenberg/blocks/core-code';
@import 'gutenberg/blocks/core-columns';
@import 'gutenberg/blocks/core-cover';
Expand All @@ -21,7 +22,6 @@

// Custom Gutenberg block styles
@import 'gutenberg/blocks/boxed';
@import 'gutenberg/blocks/button';
@import 'gutenberg/blocks/button-file';

// Add here those ACF Gutenberg blocks you want to use inside article-content
Expand Down
File renamed without changes.

0 comments on commit 9b6b245

Please sign in to comment.