diff options
| author | Mark Otto <[email protected]> | 2017-03-05 12:20:44 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-05 12:20:44 -0800 |
| commit | ed1de86794cc0911dc7a3dbbf3bb9dfe421ef4b6 (patch) | |
| tree | 91ec30647de900465c3e772135cc7ae6fba15831 /scss/mixins | |
| parent | 192a8af0dfcdb5d64a5f273b804011bdcd5d2436 (diff) | |
| download | bootstrap-ed1de86794cc0911dc7a3dbbf3bb9dfe421ef4b6.tar.xz bootstrap-ed1de86794cc0911dc7a3dbbf3bb9dfe421ef4b6.zip | |
Update spacer utilities (#22123)
* Drop -x and -y as they're all the same
- Also move -width to elsewhere in the vars because it makes no sense by spacers.
- Update values of -x and -y across main Sass and docs Sass.
* Update docs to reflect changes; link to spacing utils from options page
Diffstat (limited to 'scss/mixins')
| -rw-r--r-- | scss/mixins/_nav-divider.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_nav-divider.scss b/scss/mixins/_nav-divider.scss index fb3d12e9f..557673ccd 100644 --- a/scss/mixins/_nav-divider.scss +++ b/scss/mixins/_nav-divider.scss @@ -4,7 +4,7 @@ @mixin nav-divider($color: #e5e5e5) { height: 1px; - margin: ($spacer-y / 2) 0; + margin: ($spacer / 2) 0; overflow: hidden; background-color: $color; } |
