File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ PostCSS] plugin to sort rules content with specified order. Heavily inspired by [ CSSComb] .
4
4
5
+ [ Sublime Text plugin] is available also.
6
+
5
7
## Features
6
8
7
9
* Plugin is sorting content for rules and at-rules.
@@ -215,6 +217,10 @@ Example: `{ "sort-order": "zen" }`
215
217
216
218
See [ PostCSS] docs for examples for your environment.
217
219
220
+ #### Sublime Text
221
+
222
+ See [ Sublime Text plugin] repository.
223
+
218
224
#### Gulp
219
225
220
226
Add [ Gulp PostCSS] to your build tool:
@@ -276,6 +282,7 @@ This plugin is heavily inspired by [CSSComb]. Some code logic, tests and documen
276
282
[ PostCSS Sorting ] : https://github.com/hudochenkov/postcss-sorting
277
283
[ predefined configs ] : https://github.com/hudochenkov/postcss-sorting/tree/master/configs
278
284
[ predefined config ] : https://github.com/hudochenkov/postcss-sorting/tree/master/configs
285
+ [ Sublime Text plugin ] : https://github.com/hudochenkov/sublime-postcss-sorting
279
286
280
287
[ CSSComb ] : https://github.com/csscomb/csscomb.js
281
288
[ Gulp PostCSS ] : https://github.com/postcss/gulp-postcss
You can’t perform that action at this time.
0 commit comments