I want to use susy with Rails 4.
I added gem 'susy'
to my gemfile. Then I run bundle install
. Everything is fine and says the gem was installed. Now I restart my Rails server, and add @import "susy";
to application.css.scss (I'm using sprockets).
I get the error File to import not found or unreadable: susy.
Any ideas?