vscode中vue文件下<style><style>样式不能注释怎么搞?

html-css016

vscode中vue文件下<style><style>样式不能注释怎么搞?,第1张

语法使用错了。

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