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

@ -3,9 +3,6 @@
/* ---------------------------------- */
/* Doc : http://grillade.knacss.com */
// Breakpoints variables
$tiny: 544px !default;
$small: 768px !default;
// Grids variables
$grid-gutter: 1rem !default; // gutter value for grid layouts. Unit can be: %, px, em, rem
$grid-gutter-l: $grid-gutter * 2;