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

Merge pull request #17448 from lukeb-uk/navbar_toggleable_md

Add .navbar-toggleable-md class
parents d13c4b35 319009a7
Showing with 5 additions and 0 deletions
+5 -0
...@@ -129,6 +129,11 @@ ...@@ -129,6 +129,11 @@
display: block !important; display: block !important;
} }
} }
&-md {
@include media-breakpoint-up(lg) {
display: block !important;
}
}
} }
......
Supports Markdown
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