diff --git a/src/pages/elements/typography/code.mdx b/src/pages/elements/typography/code.mdx index 08b0de10f1c..1a41a29dfcd 100644 --- a/src/pages/elements/typography/code.mdx +++ b/src/pages/elements/typography/code.mdx @@ -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