SCSS -> SASS

This commit is contained in:
Felipe M 2016-12-19 10:24:08 +01:00
parent 6d58962e08
commit abd9c07ac8
13 changed files with 134 additions and 140 deletions

View file

@ -0,0 +1,6 @@
$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)"