refonte des breakpoints

This commit is contained in:
Raphael Goetter 2016-09-21 10:05:29 +02:00
parent c940647d2d
commit 3b87077ae3
10 changed files with 66 additions and 597 deletions

View file

@ -0,0 +1,7 @@
// Warning : you should use your own values, regardless of the devices
// GOOD : (max-width: $BP) and (min-width: ($BP + 1))
$tiny: 544px; // or 'em' if you prefer, of course
$small: 768px;
$medium: 1024px;
$large: 1200px;
$extra-large: 1440px;