correct syntax for fluid placeholder
This commit is contained in:
parent
d5d0564dd9
commit
d00e8bdf13
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ As a rule of thumb, if you're setting space between or adjacent to _text element
|
||||||
<CopyTable
|
<CopyTable
|
||||||
title="Fluid margin"
|
title="Fluid margin"
|
||||||
mdnLink="margin"
|
mdnLink="margin"
|
||||||
header={['Class', 'Include', 'Properties']}
|
header={['Class', 'Extend', 'Properties']}
|
||||||
body={cssStringToTableArray(fluidMargin, true)}
|
body={cssStringToTableArray(fluidMargin, true)}
|
||||||
copyable={[true, (t) => `@extend %${t};`, false]}
|
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
|
<CopyTable
|
||||||
title="Fluid padding"
|
title="Fluid padding"
|
||||||
mdnLink="margin"
|
mdnLink="margin"
|
||||||
header={['Class', 'Include', 'Properties']}
|
header={['Class', 'Extend', 'Properties']}
|
||||||
body={cssStringToTableArray(fluidPadding, true)}
|
body={cssStringToTableArray(fluidPadding, true)}
|
||||||
copyable={[true, (t) => `@extend %${t};`, false]}
|
copyable={[true, (t) => `@extend %${t};`, false]}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue