aboutsummaryrefslogtreecommitdiff
path: root/scss/_grid.scss
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-29 13:37:20 -0800
committerChris Rebert <[email protected]>2015-01-06 17:47:13 -0800
commit746e09f8ae5b6601db5e965cd71c632b4e42827a (patch)
tree03ad850d7f259e1ee4272f88dfd14f69e2f7fa52 /scss/_grid.scss
parentff9c07f4aa74f64372438ba90f0357c2a21abfe1 (diff)
downloadbootstrap-746e09f8ae5b6601db5e965cd71c632b4e42827a.tar.xz
bootstrap-746e09f8ae5b6601db5e965cd71c632b4e42827a.zip
rename media-breakpoint-{min,max} => media-breakpoint-{up,down}
Diffstat (limited to 'scss/_grid.scss')
-rw-r--r--scss/_grid.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_grid.scss b/scss/_grid.scss
index 1129cff6d..ed9f232af 100644
--- a/scss/_grid.scss
+++ b/scss/_grid.scss
@@ -12,7 +12,7 @@
// For each breakpoint, define the maximum width of the container in a media query
@each $breakpoint, $container-max-width in $container-max-widths {
- @include media-breakpoint-min($breakpoint) {
+ @include media-breakpoint-up($breakpoint) {
max-width: $container-max-width;
}
}