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