1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

make it a var

This commit is contained in:
Mark Otto
2018-02-19 18:15:44 -08:00
parent c9f63c2eb8
commit 99379f3843
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
//
// Dividers (basically an hr) within dropdowns and nav lists
@mixin nav-divider($color: #e5e5e5, $margin-y: ($spacer / 2)) {
@mixin nav-divider($color: #e5e5e5, $margin-y: $nav-divider-margin-y) {
height: 0;
margin: $margin-y 0;
overflow: hidden;