Tobias
bf73425277
Document the possibility of extending the $spacers map
It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map.
Example:
```
$spacers: (
0: (
x: 0,
y: 0
),
1: (
x: $spacer-x,
y: $spacer-y
),
2: (
x: ($spacer-x * 1.5),
y: ($spacer-y * 1.5)
),
3: (
x: ($spacer-x * 3),
y: ($spacer-y * 3)
),
4: (
x: ($spacer-x * 5),
y: ($spacer-y * 5)
)
);
```
Closes #18706
[skip sauce]
2016-02-18 18:18:47 -08:00
..
2016-02-17 11:06:32 +00:00
2016-02-18 18:08:43 -08:00
2016-02-06 11:31:46 -08:00
2015-12-12 16:01:06 -08:00
2015-08-17 20:34:11 -07:00
2016-02-18 17:58:23 -08:00
2016-02-18 18:18:47 -08:00
2016-02-17 10:53:50 +00:00
2016-02-16 20:34:35 -08:00
2016-02-06 10:51:59 -08:00
2015-08-14 22:45:55 -07:00
2016-02-03 22:52:12 -08:00
2016-02-08 04:01:58 -08:00
2014-10-26 08:08:33 +02:00
2015-12-06 02:07:29 -08:00
2015-08-20 15:08:43 -07:00
2014-06-09 11:13:24 +03:00
2016-01-21 13:16:35 +08:00
2014-01-14 13:47:18 +01:00
2016-02-16 20:30:20 -08:00
2014-08-01 19:45:11 +03:00
2015-12-05 11:30:27 +02:00