0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-18 15:54:26 +01:00
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-06 12:28:18 -08:00
2016-02-06 12:28:18 -08:00
2016-02-06 14:54:13 -08:00
2016-02-11 03:54:30 -05:00
2016-01-21 14:28:41 -08:00
2016-02-03 19:45:13 -08:00
2016-02-11 03:54:30 -05:00
2016-02-06 12:28:18 -08:00
2016-02-06 12:28:18 -08:00
2016-02-06 12:28:18 -08:00
2016-02-11 03:54:30 -05:00