Postcss Sorting Versions Save

PostCSS plugin to keep rules and at-rules content in order.

8.0.2

1 year ago
  • Fixed sorting inside CSS-in-JS css helper
  • Fixed crash when using postcss-sass syntax

8.0.1

1 year ago
  • Fix regression causing root of CSS or SCSS to be sorted.

8.0.0

1 year ago
  • Dropped Node.js 12 and 14 support.
  • Added support for postcss-styled-syntax.

7.0.1

2 years ago
  • Internal refactoring for compatibility with newer stylelint-order version. No public API changes.

7.0.0

2 years ago
  • Dropped Node.js 10 support.
  • Reduced package install size.

6.0.0

3 years ago
  • Dropped Node.js 8 support.
  • Moved to PostCSS 8.
  • Moved postcss to peerDependencies.

5.0.1

4 years ago
  • Fixed: properties-order: "alphabetical" now puts shorthands before their longhand forms even if that isn't alphabetical to avoid broken CSS. E. g. border-color will be before border-bottom-color.

5.0.0

5 years ago
  • Dropped Node.js 6 support. Node.js 8.7.0 or greater is now required.

https://github.com/hudochenkov/postcss-sorting/compare/4.1.0...5.0.0

4.1.0

5 years ago
  • Added: Experimental support for HTML style tag and attribute (when used with postcss-html syntax).
  • Added: Experimental support for CSS-in-JS (when used with postcss-jsx syntax).

4.0.1

5 years ago
  • Fixed: Incorrect sorting in Node.js 11, due recent change to Array.sort() in V8.
  • Fixed: Logic for at-variables keyword for order now follows postcss-less@3 parser.