1、计算函数
less写法要特殊处理一下,否则会被识别成calc(60%);
/* css */ calc(100% - 40px); / * less */ width : calc(~"100% - 40px");
2、版本问题
Class constructor FileManager cannot be invoked without 'new'. #3414
把less从3.10.1更新到3.9.0