amélioration du fichier gulpfile.js
This commit is contained in:
parent
f35fb9aa9b
commit
8b84456527
10 changed files with 835 additions and 1158 deletions
|
@ -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;
|
||||
|
|
|
@ -45,11 +45,5 @@ $extra-large-plus-value : 12rem !default; // extra large value for margins / pad
|
|||
$ultra-large-value : 16rem !default; // ultra large value for margins / paddings
|
||||
$ultra-large-plus-value : 20rem !default; // ultra large value for margins / paddings
|
||||
|
||||
// grids variables (choose unit you prefer)
|
||||
$grid-gutter: 2rem !default; // gutter value for grid layouts. Unit can be: %, px, em, rem
|
||||
$grid-number: 4 !default; // number of equal columns
|
||||
$grid-left: 2 !default; // left side of uneven columns
|
||||
$grid-right: 1 !default; // right side of uneven columns
|
||||
|
||||
//kna-namespace (default : null)
|
||||
$kna-namespace: null !default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue