Skip to content

Commit

Permalink
chore: update type token usage in styles doc
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgallo committed May 3, 2022
1 parent 2270ef7 commit 7b25785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ your project. The type package includes various type tokens and mixins.
@use '@carbon/styles/scss/type';

.my-selector {
@include type.style(type.$productive-heading-01);
@include type.type-style('productive-heading-01');
}
```

Expand Down

0 comments on commit 7b25785

Please sign in to comment.