不管什么原因,如果遇到Stylus搞不定的特殊需求,你可以使用@css使其作为CSS字面量解决之。
@css
@css { body { font: 14px; } }
编译为:
body { font: 14px; }