JustKeepPracticing
8/2/2017 - 12:54 PM

sass variables for media queries

$xs-mobile-device: "only screen and (max-width : 320px)"

$s-mobile-device: "only screen and (max-width : 480px)"

$tablet-device: "only screen and (max-width : 768px)"