Skip to content

Commit 2979f82

Browse files
committed
Remove unmaintained syntaxes
1 parent 0ac0ab8 commit 2979f82

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Lint and autofix stylesheet order with [stylelint-order].
1212
* Sorts properties.
1313
* Sorts at-rules by different options.
1414
* Groups properties, custom properties, dollar variables, nested rules, nested at-rules.
15-
* Supports CSS, SCSS (using [postcss-scss]), HTML (with [postcss-html]), CSS-in-JS (with [postcss-jsx]), [PreCSS] and most likely any other syntax added by other PostCSS plugins.
15+
* Supports CSS, SCSS (using [postcss-scss]), CSS-in-JS (with [@stylelint/postcss-css-in-js]), HTML (with [postcss-html]), and most likely any other syntax added by other PostCSS plugins.
1616

1717
## Installation
1818

@@ -165,10 +165,9 @@ I recommend [Prettier] for formatting stylesheets.
165165
[Emacs]: https://github.com/P233/postcss-sorting.el
166166

167167
[gulp-postcss]: https://github.com/postcss/gulp-postcss
168-
[PreCSS]: https://github.com/jonathantneal/precss
169168
[postcss-scss]: https://github.com/postcss/postcss-scss
170169
[postcss-html]: https://github.com/gucong3000/postcss-html
171-
[postcss-jsx]: https://github.com/gucong3000/postcss-jsx
170+
[@stylelint/postcss-css-in-js]: https://github.com/stylelint/postcss-css-in-js
172171
[Prettier]: https://prettier.io/
173172
[stylelint]: https://stylelint.io/
174173
[stylelint-order]: https://github.com/hudochenkov/stylelint-order

0 commit comments

Comments
 (0)