begriffs / css-ratiocinator

because your CSS is garbage
MIT License
1.03k stars 49 forks source link

Strip default display property depending on tag type #9

Closed begriffs closed 11 years ago

begriffs commented 11 years ago

This will improve the "remove default" transformation.

For instance, divs are display block by default, whereas spans are inline. The default depends on the tag.