今天,突然间,我在执行SASS Watch时开始收到异常和意外的错误:
(Line 4: Invalid property: "Backtrace:" (no value).)
error globals.css (Line 43: Inconsistent indentation: 2 spaces were used for indentation, but the rest of the document was indented using 8 spaces.)
error globals.css (Line 52: Inconsistent indentation: 2 spaces were used for indentation, but the rest of the document was indented using 8 spaces.)
我昨天正在编辑此文档,但没有遇到这些错误。虽然服务器是由我的托管服务提供商Site5管理的共享服务器;我不知道或有理由怀疑已经对服务器配置进行了更改。并且这些行不使用空格进行缩进,第4行为空,并且手动删除这些行完全不会改变输出。
任何人都可以告诉我这里我缺少的东西吗?
谢谢。