amélioration du fichier gulpfile.js

This commit is contained in:
Raphael Goetter 2016-09-21 11:05:00 +02:00
parent f35fb9aa9b
commit 8b84456527
10 changed files with 835 additions and 1158 deletions

View file

@ -1,5 +1,7 @@
// Responsive breakpoints variables
// Warning : you should use your own values, regardless of the devices
// GOOD : (max-width: $BP) and (min-width: ($BP + 1))
// Best practise : (max-width: $BP) and (min-width: ($BP + 1))
$tiny: 544px !default; // or 'em' if you prefer, of course
$small: 768px !default;
$medium: 1024px !default;