解决方法
较少的单行注释//应该是无声的,根据文档规定:
Single-line comments are also valid in LESS,but they are ‘silent’,they don’t show up in the compiled CSS output:
// Hi,I'm a silent comment,I won't show up in your CSS .class { color: white }
请参阅LESS网站:http://lesscss.org/#-comments
-x标志在命令行上工作以输出最小化的CSS(这将剥离CSS注释),但是无论如何,双斜线不应该出现在css上。参见http://lesscss.org/#usage“命令行使用”主题。