Releases: firefoxic/stylelint-config
Releases · firefoxic/stylelint-config
Release v5.0.0
Changed
- The minimum required
stylelint
version has been increased to16.10.0
. - The minimum required
node.js
version has been increased to20.12.0
, except for version21
.
Release v4.0.0
Changed
- The minimum required version of
stylelint
has been increased to16.8.1
.
Added
- Restrictions on the maximum precision of numbers have been removed.
Fixed
- False positives of
declaration-property-value-no-unknown
rule foroklch()
.
Release v3.0.0
Changed
- The legacy single-value syntax for the
display
property is now disallowed. - Physical properties, values and units are now disallowed. Use logical ones instead.
- Out of gamut colors should now be wrapped in the proper media query.
Release v2.0.0
Changed
- The custom media queries should now be defined within the same source.
- The grid area names in the
grid-template-areas
property values should now be aligned.
Fixed
- Zero length value no longer requires no units in all cases.
Release v1.0.0
Added
- Base config for
stylelint
.