v6.2.0
Non-Breaking Changes
- restyle hyperlinks:
a
elements without[href]
are no longer styled; now onlya[href]
are colored. The color has also been changed from#00e
to#06c
. Also,a:not([href])
are no longer decreased opacity. - new vertical rhythm features, including
lh
unit - DEPRECATED:
--vru
custom property: use--lh
instead (just a rename).--lh
is a custom prop for browsers that don’t support thelh
unit.--vru
will be removed in v7+ - add more logical properties & values (#15)
- add separate stylesheet for IE fallbacks
Fixes
- fix
th
text-alignment (#17) - fix an issue in the
.h-Measure
helper wheremax-inline-size
was not overridingmax-width
in vertical writing modes - fix missing quotation marks on
q
element - style change: links are now colored
#0066cc
, to meet contrast ratio requirements - refactors & updates to code formatting
- update dependencies