我正在尝试使用 breakpoint-sass 导入一组文件,但出现错误
filenames.scss (Line 99: Import directives may not be used within control directives or mixins.)
我使用的代码是:
@include breakpoint($breakpoint2) {
@import "path/to/sassfilename";
}
这甚至允许吗?我可以在断点处导入文件吗?我看不到任何文档可以说,所以我假设可以导入文件而不是内联所有 css。