correct syntax for fluid placeholder

This commit is contained in:
Jon McClure 2023-07-29 17:39:42 +01:00
parent d5d0564dd9
commit d00e8bdf13

View file

@ -52,7 +52,7 @@ 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]}
/>
@ -60,7 +60,7 @@ As a rule of thumb, if you're setting space between or adjacent to _text element
<CopyTable
title="Fluid padding"
mdnLink="margin"
header={['Class', 'Include', 'Properties']}
header={['Class', 'Extend', 'Properties']}
body={cssStringToTableArray(fluidPadding, true)}
copyable={[true, (t) => `@extend %${t};`, false]}
/>