我的sass文件中的mixin阻止我的应用程序编译?

时间:2018-06-13 11:50:41

标签: sass zurb-foundation zurb-foundation-6

这是我得到的错误:

属性仅允许在规则,指令,mixin包含或其他属性中使用。

当我注释掉@include label;

时会发生这种情况

有人可以帮忙吗?

这是我的代码:

@charset "UTF-8";

@import 'settings/settings';  
@import 'foundation';
@include foundation-button;
@include foundation-dropdown;
@include label;

body {
  background-color: grey; 
}

div {
  margin-top: 10px;
}

$button-palette: map-remove($foundation-palette, (
    primary,
    secondary
)) !default;

0 个答案:

没有答案