Make the reset partial compatible with the establish-baseline() mixin. Fixes #859.
This commit is contained in:
parent
0de694bd3a
commit
48190e5708
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user