【发布时间】:2017-03-30 16:37:41
【问题描述】:
在 Visual Studio Code 中,对以下内容执行 Add line comment 或 Toggle line comment:
.test { display: block };
总是返回
/*.test { display: block };*/
但我想要:
// .test { display: block };
这是一个错误吗?如何对 *.scss 文件 (sassy css) 进行行注释?
【问题讨论】: