在Stylus中是否可以定义要使用的关键字/变量而不是长@media线规则?
例如:
IE = @media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm)
然后将其用作
.div1
IE
color red
答案 0 :(得分:1)
IE = 'all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm)'
.div1
@media IE
color red