mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
get rid of out of order variable declaration
This commit is contained in:
parent
e1180daca0
commit
0d7940d950
@ -174,6 +174,39 @@
|
|||||||
@zindex-modal-background: 1040;
|
@zindex-modal-background: 1040;
|
||||||
@zindex-modal: 1050;
|
@zindex-modal: 1050;
|
||||||
|
|
||||||
|
// Media queries breakpoints
|
||||||
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
// Tiny screen / phone
|
||||||
|
@screen-tiny: 480px;
|
||||||
|
@screen-phone: @screen-tiny;
|
||||||
|
|
||||||
|
// Small screen / tablet
|
||||||
|
@screen-small: 768px;
|
||||||
|
@screen-tablet: @screen-small;
|
||||||
|
|
||||||
|
// Medium screen / desktop
|
||||||
|
@screen-medium: 992px;
|
||||||
|
@screen-desktop: @screen-medium;
|
||||||
|
|
||||||
|
// So media queries don't overlap when required, provide a maximum
|
||||||
|
@screen-small-max: (@screen-medium - 1);
|
||||||
|
@screen-tablet-max: @screen-small-max;
|
||||||
|
|
||||||
|
// Large screen / wide desktop
|
||||||
|
@screen-large: 1200px;
|
||||||
|
@screen-large-desktop: @screen-large;
|
||||||
|
|
||||||
|
// Grid system
|
||||||
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
// Number of columns in the grid system
|
||||||
|
@grid-columns: 12;
|
||||||
|
// Padding, to be divided by two and applied to the left and right of all columns
|
||||||
|
@grid-gutter-width: 30px;
|
||||||
|
// Point at which the navbar stops collapsing
|
||||||
|
@grid-float-breakpoint: @screen-tablet;
|
||||||
|
|
||||||
|
|
||||||
// Navbar
|
// Navbar
|
||||||
// -------------------------
|
// -------------------------
|
||||||
@ -520,30 +553,6 @@
|
|||||||
@component-offset-horizontal: 180px;
|
@component-offset-horizontal: 180px;
|
||||||
|
|
||||||
|
|
||||||
// Media queries breakpoints
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
// Tiny screen / phone
|
|
||||||
@screen-tiny: 480px;
|
|
||||||
@screen-phone: @screen-tiny;
|
|
||||||
|
|
||||||
// Small screen / tablet
|
|
||||||
@screen-small: 768px;
|
|
||||||
@screen-tablet: @screen-small;
|
|
||||||
|
|
||||||
// Medium screen / desktop
|
|
||||||
@screen-medium: 992px;
|
|
||||||
@screen-desktop: @screen-medium;
|
|
||||||
|
|
||||||
// So media queries don't overlap when required, provide a maximum
|
|
||||||
@screen-small-max: (@screen-medium - 1);
|
|
||||||
@screen-tablet-max: @screen-small-max;
|
|
||||||
|
|
||||||
// Large screen / wide desktop
|
|
||||||
@screen-large: 1200px;
|
|
||||||
@screen-large-desktop: @screen-large;
|
|
||||||
|
|
||||||
|
|
||||||
// Container sizes
|
// Container sizes
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
@ -555,14 +564,3 @@
|
|||||||
|
|
||||||
// Large screen / wide desktop
|
// Large screen / wide desktop
|
||||||
@container-large-desktop: 1170px;
|
@container-large-desktop: 1170px;
|
||||||
|
|
||||||
|
|
||||||
// Grid system
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
// Number of columns in the grid system
|
|
||||||
@grid-columns: 12;
|
|
||||||
// Padding, to be divided by two and applied to the left and right of all columns
|
|
||||||
@grid-gutter-width: 30px;
|
|
||||||
// Point at which the navbar stops collapsing
|
|
||||||
@grid-float-breakpoint: @screen-tablet;
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user