- update stylelint version to 17
- add "custom-property-empty-line-before"
- add "declaration-empty-line-before"
- add "rule-empty-line-before"
- add "alpha-value-notation": "number"
- change "font-family-name-quotes" value to "always-where-recommended"
- remove the following rules:
- "declaration-block-no-shorthand-property-overrides"
- "declaration-block-single-line-max-declarations"
- "media-feature-name-no-vendor-prefix"
- "number-max-precision"
- "property-no-vendor-prefix"
- "selector-no-vendor-prefix"
- update commonjs to esm
- update stylelint version to 16, remove deprecated rules
- update devDependencies, remove "color-hex-length" and "number-leading-zero" rules, increase "max-nesting-depth" to 3, add dvh, svh, lvh, dvb, svb, lvb units
- sort order rule fix
- "no-missing-end-of-source-newline": true
- Can not parse selector fix
- unit white list
- removed "no-descending-specificity" rule due some odd behavior;
- move devDependencies to dependencies.
- add order plugin
- initial release