1、注释(css中注释只有 /* */ 这一种):
less中注释有两中,/* */注释编译后保留;// 注释编译后消失。
2、@import " "; 可以导入其它的less文件。
其它参考:https://blog.csdn.net/lidysun/article/details/52537770
Less
原文:https://www.cnblogs.com/wfblog/p/9032922.html