aboutsummaryrefslogtreecommitdiff
path: root/src/scss/settings/_spacing.scss
blob: 66286633b7fe3d802aceebcc6a9f55e0917a53e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$spacing-default: $baseline;

$spacing-extra: (
  -x1 : $baseline,
  -x2 : $baseline-x2,
  -x3 : $baseline-x3,
  -x4 : $baseline-x4,
  -x5 : $baseline-x5,
  -x6 : $baseline-x6,
  -x7 : $baseline-x7,
  -x8 : $baseline-x8,
  -x9 : $baseline-x9,
  -x10 : $baseline-x10,
  -x11 : $baseline-x11,
  -x12 : $baseline-x12,
  -x13 : $baseline-x13
);