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]} />