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.
我不确定在 ember-cli 应用程序中包含“Neat”的正确方法。
我使用 ember-cli-bourbon 插件安装了 Bourbon,然后在我的 scss 文件中使用 @import "bourbon"。
有什么建议么?
您应该能够通过凉亭安装整洁:
bower install neat --save
然后在你的 scss 文件中,在你导入波旁威士忌之后:
@import 'bourbon'; @import 'bower_components/neat/app/assets/stylesheets/neat';