Commit 57d2bf04 authored by Rajat Jain's avatar Rajat Jain

Add spacer and spacers as overrides

parent f383c403
......@@ -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)
);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment