automatisation des classes utilitaires via Sass
This commit is contained in:
parent
c796838fde
commit
3560a7ceb5
6 changed files with 39 additions and 116 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue