在webstorm文件观察器中使用SCSS进行异常缩进

时间:2014-09-22 18:04:43

标签: sass webstorm

我正在使用Webstorm文件观察程序将我的.scss文件转换为.css文件。每当进程运行时,它都会给我一个错误

error main.css (Line 37: Inconsistent indentation: 2 spaces were used for indentation, but the rest of the document was indented using 8 spaces.)

我已经通过一些谷歌搜索看到了这种情况,但他们的解决方案似乎都没有帮助我。据我所知,scss不应该抱怨缩进。

以下是我的文件观察程序设置

enter image description here

1 个答案:

答案 0 :(得分:1)

你现在可能已经解决了,但我最近遇到了同样的错误(相同的行号和所有内容)。帮助遇到同样问题的其他人。

你的论据'错了。 你告诉编译器编译.css文件(无处)。 将其改为:

- no-cache --update $ fileName $:$ fileNameWithoutExtension $ .css