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

Drop nav divider mixin

This commit is contained in:
Martijn Cuppens
2019-08-21 10:33:26 +02:00
parent 66e9ab3e4d
commit 0aabaa209d
4 changed files with 6 additions and 13 deletions

View File

@@ -1,10 +0,0 @@
// Horizontal dividers
//
// Dividers (basically an hr) within dropdowns and nav lists
@mixin nav-divider($color: $nav-divider-color, $margin-y: $nav-divider-margin-y) {
height: 0;
margin: $margin-y 0;
overflow: hidden;
border-top: 1px solid $color;
}