UNPKG

491 BSCSSView Raw
1$spacing-values: (
2 "0": 0,
3 "smaller": $space-smaller,
4 "small": $space-small,
5 "normal": $space-normal,
6 "big": $space-big,
7 "bigger": $space-bigger,
8 "large": $space-large,
9 "larger": $space-larger,
10 "xl": $space-xl,
11 "xxl": $space-xxl
12);
13$spacing-shortcuts: (
14 "margin": "margin-",
15 "padding": "padding-"
16);
17$spacing-directions: (
18 "top": "top",
19 "right": "right",
20 "bottom": "bottom",
21 "left": "left"
22);
23$spacing-horizontal: "horizontal";
24$spacing-vertical: "vertical";