I'm getting this error when I add the @import "sassy-buttons"; to my sass/screen.scss file :
Syntax error: File to import not found or unreadable: sassy-buttons.
Load paths:
Compass::SpriteImporter
/Users/william/Sites/rails_project/new/public/stylesheets/sass
/Users/william/Sites/rails_project/new/public/stylesheets
/Users/william/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/blueprint/stylesheets
/Users/william/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets
on line 9 of /Users/william/Sites/rails_project/new/public/stylesheets/sass/screen.scss
The gem is installed successfully.
And the frameworks seems to be installed also :
$ compass frameworks
Available Frameworks & Patterns:
sassy-buttons
sassy-buttons/project - Sassy Buttons
Hi there!
I'm getting this error when I add the @import "sassy-buttons"; to my sass/screen.scss file :
The gem is installed successfully.
And the frameworks seems to be installed also : $ compass frameworks Available Frameworks & Patterns: sassy-buttons sassy-buttons/project - Sassy Buttons
I'm on Compass 0.12.2 and Rails 3.0.9
Do you have any idea that would help ?
Thanks !