Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Releases: PerplexDigital/stylelint-config-old

v2.0.2

30 May 07:25

Choose a tag to compare

Updates

  • Updated stylelint to v16.20.0

v2.0.1

25 Mar 11:17

Choose a tag to compare

Fixes

  • fix(declarations): invalid regular expressions

v2.0.0

25 Mar 10:59

Choose a tag to compare

Breaking Changes

  • Drops support for:
    • SCSS mixins and extends in favour of Tailwind CSS v4.0 @apply directive
    • PostCSS custom media queries like @media (--lg-up) in favour of Tailwind CSS v4.0 (custom) variants like @variant lg

Updates

  • Updated pseudo classes in declarations.js
  • Updated stylelint-high-performance-animation to v1.11.0

v1.0.3

25 Mar 10:54

Choose a tag to compare

Fixes

  • Added 'custom-property-pattern': null rule so Tailwind CSS v4.0 variables like --color-* are allowed

Updates

  • Updated @stylistic/stylelint-plugin to v3.1.2
  • Updated stylelint-config-recommended-vue to v1.6.0

v1.0.2

25 Mar 10:51

Choose a tag to compare

Fixes

  • Moved all stylelint-plugin devDependencies to dependencies

v1.0.1

25 Mar 10:50

Choose a tag to compare

Fixes

  • Don't transform width, min-width, max-width, height, min-height and max-height to logical properties

v1.0.0

25 Mar 10:49

Choose a tag to compare

🎉 Initial release