Releases: dwhieb/flexbox-reset
Releases · dwhieb/flexbox-reset
v8.2.0
v8.0.2
v8.0.1
v7.0.0
v4.0.0
- update license
- update links in readme
- reset styling for
<caption>
element - add a few improvements from Modern CSS Reset
- set `border-collapse: collapse'
- update LESS
v2.4.0
v2.3.0
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
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 to0
. -
The default
color
of the<body>
tag is set toblack
.