automatisation des classes utilitaires via Sass

This commit is contained in:
Raphael Goetter 2017-08-01 10:52:32 +02:00
parent c796838fde
commit 3560a7ceb5
6 changed files with 39 additions and 116 deletions

View file

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