mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 18:06:14 -04:00
style: article
This commit is contained in:
parent
30cd2cec63
commit
48c60e0ec3
10 changed files with 24 additions and 6 deletions
|
@ -224,6 +224,9 @@
|
|||
$multiplier: 2.25;
|
||||
}
|
||||
|
||||
#{$css-var-prefix}block-spacing-vertical: calc(
|
||||
var(#{$css-var-prefix}spacing) * $multiplier
|
||||
);
|
||||
#{$css-var-prefix}block-spacing-horizontal: calc(
|
||||
var(#{$css-var-prefix}spacing) * $multiplier
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue