mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 14:30:23 +00:00
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]
|
||
|---|---|---|
| .. | ||
| _data | ||
| _includes | ||
| _layouts | ||
| _plugins | ||
| about | ||
| assets | ||
| components | ||
| content | ||
| dist | ||
| examples | ||
| extend | ||
| getting-started | ||
| layout | ||
| apple-touch-icon.png | ||
| browser-bugs.md | ||
| CNAME | ||
| favicon.ico | ||
| index.html | ||
| LICENSE | ||
| migration.md | ||
| robots.txt | ||
| search.json | ||