Fixed mediaqueries variables
This commit is contained in:
parent
608b60575d
commit
6f12aaaf36
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
$desktop: "(max-width: 992px)"
|
$desktop: "max-width: 992px"
|
||||||
$until-desktop: "(min-width: 768px)"
|
$until-desktop: "min-width: 768px"
|
||||||
$tablet: "(max-width: 768px)"
|
$tablet: "max-width: 767px"
|
||||||
$until-tablet: "(min-width: 768px)"
|
$until-tablet: "min-width: 767px"
|
||||||
$mobile: "(max-width: 480px)"
|
$mobile: "max-width: 480px"
|
||||||
$until-mobile: "(min-width: 480px)"
|
$until-mobile: "min-width: 480px"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue