v2.0.0
This release makes some fairly major changes in the behavior of flexbox-reset, bringing it more closely in line with typical use case scenarios.
-
Exceptions to flexbox styling are now made for both inline elements (e.g.
abbr,strong) and elements whose content is typically inline (e.g.blockquote,button). -
A reset is added for the
outlineattribute when the element is focused (:focus). -
flex-direction: row;is set for a number of subtypes of<input>elements, in order to make them display properly in Chrome and Edge. -
The
border-spacingproperty of<table>elements is set to0. -
The default
colorof the<body>tag is set toblack.