Skip to content

Commit

Permalink
correct syntax for fluid placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbes7878 committed Jul 29, 2023
1 parent d5d0564 commit d00e8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/styles/tokens/layout/spacers.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ As a rule of thumb, if you're setting space between or adjacent to _text element
<CopyTable
title="Fluid margin"
mdnLink="margin"
header={['Class', 'Include', 'Properties']}
header={['Class', 'Extend', 'Properties']}
body={cssStringToTableArray(fluidMargin, true)}
copyable={[true, (t) => `@extend %${t};`, false]}
/>

<CopyTable
title="Fluid padding"
mdnLink="margin"
header={['Class', 'Include', 'Properties']}
header={['Class', 'Extend', 'Properties']}
body={cssStringToTableArray(fluidPadding, true)}
copyable={[true, (t) => `@extend %${t};`, false]}
/>

0 comments on commit d00e8bd

Please sign in to comment.