imathis / fancy-buttons

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

Fix support for Compass 0.12 #37

Closed rmm5t closed 12 years ago

rmm5t commented 12 years ago

Compass removed compass/css3/gradient and even though fancy-buttons no longer uses the deprecated syntax in that file, it was still being imported by fancy-buttons.

I bumped the Gemfile.lock file too, but only to ensure Compass 0.12 usage.

Aside, a Gemfile.lock file shouldn't be pushed to a gem's repository. See http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/

chriseppstein commented 12 years ago

+1

cokron commented 12 years ago

running into this problem as well. I appreciate this pull request! Thanks, rmm5t

manuelmeurer commented 12 years ago

+1