Skip to content

Commit

Permalink
docs(type): specify correct type-style mixin name (#11902)
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones authored Aug 3, 2022
1 parent 5a23e39 commit c5c1574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/type/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can use this package by writing the following:

.selector {
// Include a type style
@include type.style('productive-heading-01');
@include type.type-style('productive-heading-01');
}
```

Expand Down

0 comments on commit c5c1574

Please sign in to comment.