VSCode Easy LESS自动编译unit函数计算时出现报错“the first argument to unit must be a number”
在VSCode编辑器安装使用Easy LESS扩展自动编译less代码padding:0 unit(23/16,em)时报错:
Error evaluating function `unit`: the first argument to unit must be a number. Have you forgotten parenthesis?
翻译过来的意思就是
计算函...