Commit 3df8ded1 authored by Mark Otto's avatar Mark Otto

Merge pull request #17448 from lukeb-uk/navbar_toggleable_md

Add .navbar-toggleable-md class
parents d13c4b35 319009a7
......@@ -129,6 +129,11 @@
display: block !important;
}
}
&-md {
@include media-breakpoint-up(lg) {
display: block !important;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment