1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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

View file

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