Skip to content

Commit

Permalink
Add missing end to codetabs (#37827)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed Jan 10, 2022
1 parent e6412b4 commit 1a199c8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ registerBlockType( 'gutenberg-examples/example-02-stylesheets', {
} )( window.wp.blocks, window.wp.element, window.wp.blockEditor );
```

{% end %}

## Method 2: Block classname

The inline style works well for a small amount of CSS to apply. If you have much more than the above you will likely find that it is easier to manage with them in a separate stylesheet file.
Expand Down

0 comments on commit 1a199c8

Please sign in to comment.