You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.