reorder variables
This commit is contained in:
parent
acc7de48ed
commit
d2d84ca192
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
// Config file and project variables
|
// Config file and project variables
|
||||||
|
|
||||||
// breakpoints values
|
// breakpoints values
|
||||||
// warning : you should use your own values, regardless of the devices
|
// warning: you should use your own values, regardless of the devices
|
||||||
// best practise is Mobile First: (min-width: $breakpoint)
|
// best practise is Mobile First: (min-width: $breakpoint)
|
||||||
$tiny: 480px !default; // or 'em' if you prefer, of course
|
$tiny: 480px !default; // or 'em' if you prefer, of course
|
||||||
$small: 576px !default;
|
$small: 576px !default;
|
||||||
|
|
Loading…
Reference in a new issue