Added mediaqueries sass

This commit is contained in:
Felipe Martín 2016-03-05 20:55:22 +01:00
parent a83eb4a58e
commit 26ec4814e4
1 changed files with 6 additions and 0 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)";