Skip to content

Commit

Permalink
Create Block: Fix warnings and errors reported during scaffolding and…
Browse files Browse the repository at this point in the history
… validation (#40479)

* Prettier Config: Align with the CSS Coding Standards

* Docs: Add entries to changelog files
  • Loading branch information
gziolo committed Apr 20, 2022
1 parent f2ca7ae commit 956a836
Show file tree
Hide file tree
Showing 13 changed files with 176 additions and 118 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/create-block/author-experience.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Update `src/editor.scss` to:

```scss
.wp-block-create-block-gutenpride input[type='text'] {
font-family: Gilbert;
font-family: Gilbert, sans-serif;
font-size: 64px;
color: inherit;
background: inherit;
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/create-block/block-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Note: the block classname is prefixed with `wp-block`. The `create-block/gutenpr

```scss
@font-face {
font-family: Gilbert;
font-family: Gilbert, sans-serif;
src: url( ../assets/gilbert-color.otf );
font-weight: 700;
}
Expand Down
Loading

0 comments on commit 956a836

Please sign in to comment.