Merge pull request #861 from JohnAlbin/reset-with-vertical-rhythm

Make the reset partial compatible with the establish-baseline() mixin.
This commit is contained in:
Eric Meyer 2012-05-03 18:03:53 -07:00
commit 105087721e

View File

@ -17,7 +17,9 @@
time, mark, audio, video {
@include reset-box-model;
@include reset-font; }
body {
// Unlike Eric's original reset, we reset the html element to be compatible
// with the vertical rhythm mixins.
html {
@include reset-body; }
ol, ul {
@include reset-list-style; }