imathis / fancy-buttons

Fancy CSS Buttons using Compass
http://brandonmathis.com/projects/fancy-buttons/
819 stars 55 forks source link

Undefined mixin fancy-button #24

Closed kalabiyau closed 13 years ago

kalabiyau commented 13 years ago

This is done:

Add the following lines to your compass configuration file:

require 'fancy-buttons'

Then run the following command:

compass install -r fancy-buttons -f fancy-buttons

in scss .button { @include fancy-button;}

travischoma commented 13 years ago

Had the exact same versions and issue, restarted the rails server and it solved it.