Skip to content

v2.0.0

Compare
Choose a tag to compare
@dwhieb dwhieb released this 18 Mar 06:39

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 outline attribute 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-spacing property of <table> elements is set to 0.

  • The default color of the <body> tag is set to black.