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 03:19:07 -08:00
2016-02-08 04:25:45 -08:00
2016-02-03 20:43:12 -08:00
2015-08-17 18:33:34 -07:00
2016-01-17 15:50:27 -08:00
2016-02-06 12:28:18 -08:00
2016-02-07 22:46:50 -08:00
2016-02-16 23:00:58 -08:00
2016-02-17 21:10:20 -08:00
2016-02-06 12:28:18 -08:00
2016-02-16 22:45:26 -08:00
2016-02-16 20:34:31 -08:00
2016-01-17 16:04:18 -08:00
2016-02-17 21:07:12 -08:00
2016-02-08 22:28:11 -08:00
2016-02-06 14:54:13 -08:00
2016-02-16 22:31:40 -08:00
2016-02-07 23:41:35 -08:00
2015-11-15 01:25:38 -08:00
2016-02-17 21:04:06 -08:00
2016-01-09 14:34:59 -08:00
2016-02-11 03:54:30 -05:00
2016-02-15 23:45:28 -08:00
2016-01-06 15:51:23 -08:00
2016-02-16 23:11:25 -08:00
2016-01-21 14:28:41 -08:00
2016-02-03 19:45:13 -08:00
2016-01-17 22:23:29 -08:00
2016-02-11 03:54:30 -05:00
2016-02-06 12:28:18 -08:00
2016-02-07 00:28:23 -08:00
2015-11-23 19:54:55 -08:00
2016-02-06 12:28:18 -08:00
2016-02-16 22:51:35 -08:00
2016-01-17 22:23:29 -08:00
2016-02-16 20:25:40 -08:00
2016-02-06 15:40:25 -08:00
2016-02-18 18:18:47 -08:00
2016-02-06 12:28:18 -08:00
2015-06-19 16:26:33 -07:00
2016-01-17 15:54:17 -08:00
2016-01-17 15:54:17 -08:00
2016-02-11 03:54:30 -05:00