jhardy / Sassy-Buttons

MIT License
287 stars 59 forks source link

in compass project: No such framework: "sassy-buttons" #53

Closed sunilw closed 10 years ago

sunilw commented 10 years ago

I'm in a directory using compass.

First I do "compass install sassy-buttons". This command returns silently.

Then in my sass file I do @import "sassy-buttons"

When I run compass, I get: error sass/site.sass (Line 5: File to import not found or unreadable: sassy-buttons.

ghost commented 10 years ago

Did you run "sudo gem install sassy-buttons" first?

sunilw commented 10 years ago

I returned to my project after a few days and everything was working.

I probably had a trivial error that I didn't pick up.