Add spacer and spacers as overrides

This commit is contained in:
Rajat Jain 2019-01-17 16:03:14 +05:30
parent f383c4032a
commit 57d2bf04cf
1 changed files with 9 additions and 0 deletions

View File

@ -34,3 +34,12 @@ $h3-font-size: 14px * 1.75;
$h4-font-size: 14px * 1.5;
$h5-font-size: 14px * 1.25;
$h6-font-size: 14px;
$spacer: $grid-size;
$spacers: (
0: 0,
1: ($spacer * .5),
2: ($spacer),
3: ($spacer * 2),
4: ($spacer * 3),
5: ($spacer * 4)
);