less 可以这么写 @r: 15rem; body{margin-top:40/@r};
但是sass这么写会报错
sass应该这么写 $r: 15; body{margin-top:40rem/$r}