|
2 | 2 |
|
3 | 3 | [PostCSS] plugin to keep rules and at-rules content in order.
|
4 | 4 |
|
5 |
| -Also available as [Sublime Text plugin], [Atom plugin], and [VS Code plugin]. |
| 5 | +Also available as [Sublime Text], [Atom], [VS Code], and [Emacs] plugin. |
6 | 6 |
|
7 | 7 | Lint style sheets order with [stylelint-order].
|
8 | 8 |
|
@@ -88,7 +88,7 @@ See [PostCSS] docs for examples for your environment.
|
88 | 88 |
|
89 | 89 | ### Text editor
|
90 | 90 |
|
91 |
| -This plugin available as [Sublime Text plugin], [Atom plugin], and [VS Code plugin]. |
| 91 | +This plugin available as [Sublime Text], [Atom], [VS Code], and [Emacs] plugin. |
92 | 92 |
|
93 | 93 | ### Gulp
|
94 | 94 |
|
@@ -157,9 +157,10 @@ If you want format style sheets, use [perfectionist] or [stylefmt], also a PostC
|
157 | 157 | [npm]: https://www.npmjs.com/package/postcss-sorting
|
158 | 158 |
|
159 | 159 | [PostCSS]: https://github.com/postcss/postcss
|
160 |
| -[Sublime Text plugin]: https://github.com/hudochenkov/sublime-postcss-sorting |
161 |
| -[Atom plugin]: https://github.com/lysyi3m/atom-postcss-sorting |
162 |
| -[VS Code plugin]: https://github.com/mrmlnc/vscode-postcss-sorting |
| 160 | +[Sublime Text]: https://github.com/hudochenkov/sublime-postcss-sorting |
| 161 | +[Atom]: https://github.com/lysyi3m/atom-postcss-sorting |
| 162 | +[VS Code]: https://github.com/mrmlnc/vscode-postcss-sorting |
| 163 | +[Emacs]: https://github.com/P233/postcss-sorting.el |
163 | 164 |
|
164 | 165 | [Gulp PostCSS]: https://github.com/postcss/gulp-postcss
|
165 | 166 | [Grunt PostCSS]: https://github.com/nDmitry/grunt-postcss
|
|
0 commit comments