标签: css less
enter image description here
可以更少定义像sass这样的函数,例如。 @function?
@function
答案 0 :(得分:-1)
.px-to-percent(@px, @base){ @percent: unit(((@px / @base) * 100), %); } .myclass{ .px-to-percent(456, 1200); width: @percent; }