Skip to content

Commit

Permalink
docs(typography) Fix broken code blocks (#4400)
Browse files Browse the repository at this point in the history
Fixes some code blocks for typography that ran together.

Co-authored-by: Lauren Rice <[email protected]>
  • Loading branch information
camporter and laurenmrice authored Dec 16, 2024
1 parent 102db08 commit b2698de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/elements/typography/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ You can find a full reference of the type styles that are available on the

You can include a token in your Sass file by writing:

````scss
```scss
@use '@carbon/type';

@include type.type-style('productive-heading-01');
``` |
```

### Reset

Expand Down

0 comments on commit b2698de

Please sign in to comment.