0
框架:Ruby on Rails。Zurb基金會中的按鈕自定義
我插入此代碼到:foundation_and_overrides.scss
.button-facebook {
$bg: #000;
@include button($bg);
}
它給我這個錯誤:
Sass::SyntaxError at/Cannot add a number with units (0.0625em) to a color (#f1f1f1).
如何自定義ZURB的基金會$ BG變量?