imathis / fancy-buttons

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

Bug with fancy-button-allow-disable mixin #19

Closed rmm5t closed 13 years ago

rmm5t commented 13 years ago

When using the fancy-button-allow-disable mixin, an error is thrown because of a typo while accessing the default $fb-allow-disabled variable.

imathis commented 13 years ago

Thanks for the fix! I've merged it in.

rmm5t commented 13 years ago

Brandon, Could we get a new fancy-buttons v1.0.5 release that incorporates this fix?

Rubygems.org shows that the lastest version is v1.0.4, but the git repository only shows v1.0.3. When I install fancy-buttons using bundler against the git repository, it reads it as a v1.0.3 build even though this bug exists in v1.0.4. Not a terribly big deal, but a tad confusing when someone else is trying to follow along.

Thanks.