例如这不工作:
t = 1000px @media screen and (max-width: t) html background blue
任何人都知道如何做到这一点?
t = 1000px unquote("@media screen and (max-width: " + t + ") {") html background blue unquote("}")
这不漂亮,但它的工作原理 – 你可以使用unquote解决大多数这样的Stylus问题实际上。