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
|
||||
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]}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue