diff options
| author | Mark Otto <[email protected]> | 2014-12-04 22:32:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-04 22:32:39 -0800 |
| commit | bc3a2f669d6527c72e3896af5c2fc97048e67595 (patch) | |
| tree | 090813babd728eab2bfe383b181e9dcdba16dd5a /scss/_variables.scss | |
| parent | be1473128bf00504c63d294ec508cd514e8280bf (diff) | |
| download | bootstrap-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.scss | 4 |
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); |
