Changelog
5.0.4 (July 14, 2022)
medium
in font
declarations since it breaks the value since <font-size>
is required (#449)Changelog
5.0.3 (March 9, 2022)
browser
field is usedmodule
fieldChangelog
5.0.2 (December 17, 2021)
^10
main
field in package.json
to refer to CommonJS modulecss-tree
to ~2.0.4
(fixed CSS serialization issue in IE11)Changelog
5.0.1 (December 14, 2021)
css-tree
to ~2.0.3
(various fixes on generate CSS)csso/syntax
Changelog
5.0.0 (December 4, 2021)
:has()
, :not(<selector-list>)
, :is()
, :matches()
, :-moz-any()
, :-webkit-any()
, :where()
, :nth-child(... of <selector-list>)
and :nth-last-child(... of <selector-list>)
^12.20.0
, ^14.13.0
and >=15.0.0
(extended in 5.0.2
to include ^10
)dist/csso.js
(an IIFE version with csso
as a global name) and dist/csso.esm.js
(as ES module). Both are minifiedcss-tree
to 2.0
Changelog
4.2.0 (November 26, 2020)
min()
, max()
and clamp()
functions (#426)Changelog
4.1.1 (November 15, 2020)
mdn/data
that reduced the lib size:
Changelog
4.1.0 (October 27, 2020)
^1.0.0
var()
(#420):-ms-input-placeholder
and ::-ms-input-placeholder
(#383, #416)overflow
fallback (#415)