语法使用错了。
css内应该使用如下的注释:
<style>
.container {
width: 100%
/* background-color: red*/
/*
height: 100%
font-size: 2rem
*/
}
</style>
<!-- 注释 -->这是HTML的注释,如:
<div>
<!--<div>内容</div>-->
</div>
在官网下载node.js,按照提示安装在命令行输入
$ node -v查看版本
通过npm安装less
$ sudo npm install -g less
$ sudo npm install -g less-plugin-clean-css