From b2698de8793d574c24c5ad5e74ffb6bd2f992dae Mon Sep 17 00:00:00 2001 From: cmp Date: Mon, 16 Dec 2024 12:33:01 -0600 Subject: [PATCH] docs(typography) Fix broken code blocks (#4400) Fixes some code blocks for typography that ran together. Co-authored-by: Lauren Rice <43969356+laurenmrice@users.noreply.github.com> --- src/pages/elements/typography/code.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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