2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Deprecate nav-divider() mixin

This commit is contained in:
Martijn Cuppens
2019-08-21 10:38:14 +02:00
parent 9519b9e055
commit 9e1ef5623f
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -114,7 +114,7 @@
// Dividers (basically an `<hr>`) within the dropdown
.dropdown-divider {
@include nav-divider($dropdown-divider-bg, $dropdown-divider-margin-y);
@include nav-divider($dropdown-divider-bg, $dropdown-divider-margin-y, true);
}
// Links, buttons, and more within the dropdown menu