1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02:00

Replace "loose" HEX values with their respective variables (#25672)

This commit is contained in:
Jacob Müller
2018-03-12 18:19:37 +01:00
committed by XhmikosR
parent f4051abc12
commit 27f553c965
9 changed files with 20 additions and 19 deletions

View File

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