From dc982841cfb3628269eecf2e3a65db28e4003b5f Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 20 Jun 2009 17:22:22 -0700 Subject: [PATCH] [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/ --- .../stylesheets/compass/utilities/general/_reset.sass | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass b/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass index 71baf8ae..7351ea2e 100644 --- a/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass +++ b/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass @@ -102,4 +102,8 @@ :content "" =reset-image-anchor-border - :border none \ No newline at end of file + :border none + +=reset-html5 + section, article, aside, header, footer, nav, dialog, figure + display: block