Mixins may not be defined

发布于 2022-09-07 20:30:12 字数 609 浏览 27 评论 0

Mixins may not be defined within control directives or other mixins.

style.css

@import 'theme.scss';
html,body,md-sidenav-container, .site{
    width: 100%;
    height: 100%;
    margin: 0;
}
.site{
    display: flex;
    flex-direction: column;
}
main{
    flex: 1;
}

.fill-remaining-space {
    flex:1 1 auto;
}
.full-width{
    width: 100%
}

theme.scss

@import '~@angular/material/theming';

报错及代码

代码

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

软甜啾 2022-09-14 20:30:12

我也遇到这个了!导入了scss文件就不行了,是不是不支持这种格式啊?

勿忘初心 2022-09-14 20:30:12

我也遇到了,谁可以告诉一下怎么处理啊?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文