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

rename from .navbar-toggleable to .navbar-expand to reflect mobile first approach everywhere else

This commit is contained in:
Mark Otto
2017-03-21 22:00:46 -07:00
committed by Mark Otto
parent 11ba308b2f
commit 90c5f6230b
15 changed files with 184 additions and 27 deletions

View File

@@ -127,9 +127,9 @@
background-size: 100% 100%;
}
// Generate series of `.navbar-toggleable-*` responsive classes for configuring
// Generate series of `.navbar-expand-*` responsive classes for configuring
// where your navbar collapses.
.navbar-toggleable {
.navbar-expand {
@each $breakpoint in map-keys($grid-breakpoints) {
$next: breakpoint-next($breakpoint, $grid-breakpoints);
$infix: breakpoint-infix($next, $grid-breakpoints);