.box {
width: (1000px / 100px);}
上面SASS编译出来的CSS如下:
.box { width: 10;}
10 没有单位,真的应用起来怎么理解这个10
如果都编译成css以后
就按css理解吧 css没单位 应该代码无效吧