Skip to content

Commit

Permalink
docs(typography) Fix broken code blocks
Browse files Browse the repository at this point in the history
Fixes some code blocks for typography that ran together.
  • Loading branch information
camporter authored Dec 12, 2024
1 parent 229eb36 commit fd20399
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 fd20399

Please sign in to comment.