Skip to content

0.5.0. Autofixing

Compare
Choose a tag to compare
@hudochenkov hudochenkov released this 09 Jun 17:58
· 191 commits to master since this release
  • Added autofixing for every rule! Please read docs before using this feature, because each rule has some caveats. stylelint 7.11+ is required for this feature.
  • Removed SCSS nested properties support.
  • Removed property shortcuts in properties-order. Before this version it was possible to define only e.g. padding and it would define position for all undefined padding-* properties. Now every property should be explicitly defined in a config.
  • Removed deprecation warnings:
    • declaration-block-order
    • declaration-block-properties-order
    • declaration-block-properties-alphabetical-order
    • declaration-block-properties-specified-order
    • declaration-block-property-groups-structure