Merge pull request #17448 from lukeb-uk/navbar_toggleable_md

Add .navbar-toggleable-md class
This commit is contained in:
Mark Otto 2015-09-02 18:00:49 -07:00
commit 3df8ded19c
1 changed files with 5 additions and 0 deletions

View File

@ -129,6 +129,11 @@
display: block !important;
}
}
&-md {
@include media-breakpoint-up(lg) {
display: block !important;
}
}
}