我正在尝试在 Angular 5 项目中使用 Bootswatch 主题。我正在使用 Bootswatch 和 Bootstrap 版本 4.0.0-beta-2。我已经通过 npm 安装了这两个,并在我的 style.scss 中导入了 _variables.scss 和 _bootswatch.scss,在我的主要 styles.scss 中使用了常用的 angular-cli/webpack 约定。我还将相关主题 bootstrap.min.css 导入该文件,并将其添加到 angular.cli.json 中的 styles[] 数组中。
在构建期间,我得到:
@include box-shadow(none);
^
No mixin named box-shadow
和损坏的构建。