breakpoints doc
This commit is contained in:
parent
0fd83b0844
commit
c417239696
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ $border-radius: 0;
|
||||||
|
|
||||||
// Responsive breakpoints variables
|
// Responsive breakpoints variables
|
||||||
// Warning : you should use your own values, regardless of the devices
|
// 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
|
$tiny: 480px !default; // or 'em' if you prefer, of course
|
||||||
$small: 576px !default;
|
$small: 576px !default;
|
||||||
|
|
Loading…
Reference in a new issue