This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
Releases: kensho/stylelint-config-kensho
Releases · kensho/stylelint-config-kensho
6.0.0
Changes
- Upgrade upstream config to 18.0.0
5.0.0
Changes
- Update the minimum required version of stylelint to 8.0.0
- Update the upstream config
- Disallow css-modules'
composes
syntax (we no longer use it)
4.0.0
Changes
- Update the upstream config
- Update the minimum compatible version of stylelint to 7.8.0
- Fix deprecations introduced in this version of stylelint
3.0.0
This release changes the set of allowed custom at rules. We are consolidating our internal postcss pipeline and moving towards more future-proof syntax (native CSS variables instead of css-modules values).
We are also transitioning from postcss-mixins to a lighter internal util plugin.
Changed rules
2.0.0
This release improves the robustness of the config's test suite and introduces some new rules.
New rules
- Disallow use of !important
- Disallow all vendor prefixes
- Require quotes around attributes in selectors
- Disallow lines more than 100 chars long
- Enforce camelCase class selectors
1.0.0
Initial release.