reorder variables

This commit is contained in:
Raphael Goetter 2017-10-13 17:06:38 +02:00
parent acc7de48ed
commit d2d84ca192

View File

@ -1,7 +1,7 @@
// Config file and project variables
// 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)
$tiny: 480px !default; // or 'em' if you prefer, of course
$small: 576px !default;