[Compass Core] Added a +reset-html5 mixin that can be used to reset new HTML5 elements and add default rendering for them in browsers that do not support them.

Credit: http://jacobrask.net/blog/2009/html5-css-reset/
This commit is contained in:
Chris Eppstein 2009-06-20 17:22:22 -07:00
parent 2126240a1a
commit dc982841cf

View File

@ -102,4 +102,8 @@
:content ""
=reset-image-anchor-border
:border none
:border none
=reset-html5
section, article, aside, header, footer, nav, dialog, figure
display: block