jhardy / Sassy-Buttons

MIT License
287 stars 59 forks source link

Fallback for older browsers #8

Closed barraponto closed 12 years ago

barraponto commented 12 years ago

We all hate IE, yet working with Compass means we barely have to think about the poor people chained to the past. This is a wonderful project, but it could learn some older-browser support from fancy-buttons.

jhardy commented 12 years ago

Thanks for the feedback, I am working on adding better IE support and I hope to have them implemented soon.

barraponto commented 12 years ago

what about porting stuff from fancy-buttons?

jhardy commented 12 years ago

There is now basic support for IE, so the buttons will not be so plain. For now it is turned off by default, but changing the sassy button variable $sb-ie-support to true will enable it. I will be doing a few more tests here soon and enable it by default.