2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Clean up spacers a bit more

This commit is contained in:
Starsam80
2017-03-05 14:07:38 -07:00
committed by Mark Otto
parent 9a93671b75
commit 95f37e4c40
3 changed files with 22 additions and 42 deletions
+6 -24
View File
@@ -140,30 +140,12 @@ $enable-print-styles: true !default;
$spacer: 1rem !default;
$spacers: (
0: (
x: 0,
y: 0
),
1: (
x: ($spacer * .25),
y: ($spacer * .25)
),
2: (
x: ($spacer * .5),
y: ($spacer * .5)
),
3: (
x: $spacer,
y: $spacer
),
4: (
x: ($spacer * 1.5),
y: ($spacer * 1.5)
),
5: (
x: ($spacer * 3),
y: ($spacer * 3)
)
0: 0,
1: ($spacer * .25),
2: ($spacer * .5),
3: $spacer,
4: ($spacer * 1.5),
5: ($spacer * 3)
) !default;
// This variable affects the `.h-*` and `.w-*` classes.