breakpoints doc

This commit is contained in:
Raphael Goetter 2017-10-02 18:21:14 +02:00
parent 0fd83b0844
commit c417239696

View File

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