1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02: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

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;
}
}