Skip to content

Commit e3ca17c

Browse files
committed
Add Sublime Text plugin in readme
1 parent 53af4a7 commit e3ca17c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[PostCSS] plugin to sort rules content with specified order. Heavily inspired by [CSSComb].
44

5+
[Sublime Text plugin] is available also.
6+
57
## Features
68

79
* Plugin is sorting content for rules and at-rules.
@@ -215,6 +217,10 @@ Example: `{ "sort-order": "zen" }`
215217

216218
See [PostCSS] docs for examples for your environment.
217219

220+
#### Sublime Text
221+
222+
See [Sublime Text plugin] repository.
223+
218224
#### Gulp
219225

220226
Add [Gulp PostCSS] to your build tool:
@@ -276,6 +282,7 @@ This plugin is heavily inspired by [CSSComb]. Some code logic, tests and documen
276282
[PostCSS Sorting]: https://github.com/hudochenkov/postcss-sorting
277283
[predefined configs]: https://github.com/hudochenkov/postcss-sorting/tree/master/configs
278284
[predefined config]: https://github.com/hudochenkov/postcss-sorting/tree/master/configs
285+
[Sublime Text plugin]: https://github.com/hudochenkov/sublime-postcss-sorting
279286

280287
[CSSComb]: https://github.com/csscomb/csscomb.js
281288
[Gulp PostCSS]: https://github.com/postcss/gulp-postcss

0 commit comments

Comments
 (0)