Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Feb 13:05
1c80d68

3.0.0 (2023-02-09)

⚠ BREAKING CHANGES

  • remove the rule stylelint-declaration-block-no-ignored-properties if you are using it
  • remove the rule meowtec/no-px if you are using it
  • remove the rule scale-unlimited/declaration-strict-value if you are using it

Features

  • add new up-to-date rules (479271b)
  • add/update some of the rules (f1131a8)

Refactors

  • allow defining private variable, mixin, function and placeholder (afd3687)
  • remove stylelint-declaration-strict-value (3a38eab)
  • remove stylelint-no-px (ddecf36)
  • stylelint-declaration-block-no-ignored-properties removed because it is not very much needed (92b0c2f)
  • update gitignore to ignore some files (210d866)