(min-width: 320px) and (max-width: 768px)
mobile
использую символ кавычки:mobile = '(min-width: 320px) and (max-width: 768px)'
@media mobile
.class
width 100%
t = 1000px
unquote("@media screen and (max-width: " + t + ") {")
html
background blue
unquote("}")