aboutsummaryrefslogtreecommitdiff
path: root/scss/_variables.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-04 22:32:39 -0800
committerMark Otto <[email protected]>2014-12-04 22:32:39 -0800
commitbc3a2f669d6527c72e3896af5c2fc97048e67595 (patch)
tree090813babd728eab2bfe383b181e9dcdba16dd5a /scss/_variables.scss
parentbe1473128bf00504c63d294ec508cd514e8280bf (diff)
downloadbootstrap-bc3a2f669d6527c72e3896af5c2fc97048e67595.tar.xz
bootstrap-bc3a2f669d6527c72e3896af5c2fc97048e67595.zip
fix vars order, remove rando grid class from mixin
Diffstat (limited to 'scss/_variables.scss')
-rw-r--r--scss/_variables.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 703e582ef..5f41979f0 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -276,12 +276,12 @@ $zindex-modal: 1040;
$screen-xl-min: 75em;
// Large screen / desktop
-$screen-lg-min: 62em;
$screen-lg-max: ($screen-xl-min - .1);
+$screen-lg-min: 62em;
// Medium screen / tablet
-$screen-md-min: 48em;
$screen-md-max: ($screen-lg-min - .1);
+$screen-md-min: 48em;
// Small screen / phone
$screen-sm-max: ($screen-md-min - .1);