6 lines
200 B
Sass
6 lines
200 B
Sass
$desktop: "(max-width: 992px)"
|
|
$until-desktop: "(min-width: 768px)"
|
|
$tablet: "(max-width: 768px)"
|
|
$until-tablet: "(min-width: 768px)"
|
|
$mobile: "(max-width: 480px)"
|
|
$until-mobile: "(min-width: 480px)"
|