paulirish / html5readiness.com

visualization of html5 and css3 features and when they are implemented
http://html5readiness.com
57 stars 5 forks source link

Sass upgrade to be in sync with CSS, to support more browsers #13

Closed myakura closed 12 years ago

myakura commented 12 years ago

To add a new ray to html5readiness.com we need Sass to generate transform rules.

However, /src/style.sass hasn't been updated since Aug 2010. On the other hand, a few changes had been made to style.css, which should be generated by the sass file...

So here's the patch to upgrade. I updated style.sass to reflect changes made in style.css, and added/modified mixins to support more browsers. Now they should be in sync with each other.

paulirish commented 12 years ago

whoa. this is awesome!! +@nimbupani

thanks so much