Releases: firefoxic/stylelint-config
Releases · firefoxic/stylelint-config
Release v5.0.0
Changed
- The minimum required
stylelintversion has been increased to16.10.0. - The minimum required
node.jsversion has been increased to20.12.0, except for version21.
Release v4.0.0
Changed
- The minimum required version of
stylelinthas been increased to16.8.1.
Added
- Restrictions on the maximum precision of numbers have been removed.
Fixed
- False positives of
declaration-property-value-no-unknownrule foroklch().
Release v3.0.0
Changed
- The legacy single-value syntax for the
displayproperty 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-areasproperty 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.