From d5d0564dd992940db17c3e8b9342508df34c225a Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Sat, 29 Jul 2023 17:39:21 +0100 Subject: [PATCH] correct syntax for fluid placeholder --- src/docs/styles/tokens/layout/spacers.stories.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/styles/tokens/layout/spacers.stories.mdx b/src/docs/styles/tokens/layout/spacers.stories.mdx index e1d81ac6..4d85af2b 100644 --- a/src/docs/styles/tokens/layout/spacers.stories.mdx +++ b/src/docs/styles/tokens/layout/spacers.stories.mdx @@ -54,7 +54,7 @@ As a rule of thumb, if you're setting space between or adjacent to _text element mdnLink="margin" header={['Class', 'Include', 'Properties']} body={cssStringToTableArray(fluidMargin, true)} - copyable={[true, (t) => `@include %${t};`, false]} + copyable={[true, (t) => `@extend %${t};`, false]} /> `@include %${t};`, false]} + copyable={[true, (t) => `@extend %${t};`, false]} />