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経由できちんとインストールできるはずです:
bower install neat --save
次に、scss ファイルで、バーボンをインポートした後:
@import 'bourbon'; @import 'bower_components/neat/app/assets/stylesheets/neat';