2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

rename media-breakpoint-{min,max} => media-breakpoint-{up,down}

This commit is contained in:
Chris Rebert
2014-12-29 13:37:20 -08:00
parent ff9c07f4aa
commit 746e09f8ae
4 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -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;
}
}