Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-03-22 08:00:46 +0300
committerMark Otto <markd.otto@gmail.com>2017-03-24 09:02:28 +0300
commit90c5f6230b0861d70adeee84040da5ba049a9769 (patch)
treee0028d493536ade0fd07c2a675bc9675017807e3 /scss
parent11ba308b2fdfb396abd45069526d25a07571238c (diff)
rename from .navbar-toggleable to .navbar-expand to reflect mobile first approach everywhere else
Diffstat (limited to 'scss')
-rw-r--r--scss/_navbar.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss
index 2c5cbe2ee1..1ec5d26454 100644
--- a/scss/_navbar.scss
+++ b/scss/_navbar.scss
@@ -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);