san-cli 3.0.1 less编译失败 #602
fantasticco
started this conversation in
San CLI
Replies: 1 comment
-
less 4.0以后不支持直接的除法运算,需要改为:
或者降级less为:^3.11.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
san-cli 3.0.1,transform: scale(1 / 2);不能被编译成transform: scale(0.5);
Beta Was this translation helpful? Give feedback.
All reactions