Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在资产管道的样式表文件夹中创建了一个名为 mixins 的文件,因此我可以从任何其他样式表中使用此文件中的 mixins,但它不起作用并且出现错误Undefined mixin 'mymixin'。所以有什么帮助我该怎么做?
Undefined mixin 'mymixin'
只需像这样在您的应用程序 css 文件中导入此文件@import "mixins.ext";
@import "mixins.ext";