I keep getting no mixin neamed nb-install global when I try using nebular in another project
未关闭
needs info
- 主要语言
- TypeScript
- 星标
- 8.1k
- 派生
- 1.5k
- PR 合并指标
- 30 天内没有已合并 PR
描述
I've been trying to use the login page from nebular in my project but after adding:
@import '~@nebular/theme/styles/globals';
@import '~@nebular/bootstrap/styles/globals';
// install the framework and custom global styles
@include nb-install() {
// framework global styles
@include nb-theme-global();
@include nb-bootstrap-global();
};
to my styles.scss since the login pages looked [weird](https://i.stack.imgur.com/IPy8v.png) I started getting the no mixin named nb-install-global when running ng serve
贡献指南
评估
这个 Issue 还没有评估数据。