mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 14:54:27 +02:00
fix vars order, remove rando grid class from mixin
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user