我正在使用基础的scss版本并使用Grunt编译所有内容。我在编译时遇到错误,但一切似乎都有效?
例如:
@include clearfix();
抛出错误Undefined mixin 'clearfix'.
,但我得到了理想的结果。
@extend .show-for-small;
抛出错误说
(Line 4: ".loan-calculator .loan-calc-small" failed to @extend ".show-for-small".
The selector ".show-for-small" was not found.
Use "@extend .show-for-small !optional" if the extend should be able to fail.)
但我又得到了理想的结果。
好像错误是错误的。
我做错了什么?
答案 0 :(得分:0)
没有使用下划线
启动部分文件名