我正在尝试在 Ruby on Rails 应用程序中升级引导程序版本。从使用纱线迁移4.0.0-alpha.6
到4.1
使用纱线后,我在运行时收到此错误rails assets:precompile
错误
SassC::SyntaxError: Error: Undefined variable: "$alert-warning-bg".
on line 32:20 of app/assets/stylesheets/variables/_helpers.scss
from line 47:9 of app/assets/stylesheets/variables.scss
from line 9:9 of app/assets/stylesheets/application.scss
from line 1:9 of app/assets/stylesheets/admin.scss
>> outline: lighten($alert-warning-bg, 9%);
助手.scss
.highlight {
outline: lighten($alert-warning-bg, 9%);
}