sgruhier / foundation_rails_helper

Rails Helper for Zurb Fondation framework
MIT License
153 stars 83 forks source link

Change default button class to "success button" #149

Closed dsandstrom closed 8 years ago

dsandstrom commented 8 years ago

Remove radius(no longer used) and small(too small)

Fixes #146

dgmstuart commented 8 years ago

LGTM 👍

Not sure why success should be the default, but that's not what this change is about

dgmstuart commented 8 years ago

@dsandstrom Ah crap - this actually broke a few specs which were expecting those old classes to be there. My bad - I should have run the specs before merging. Fixing now