Skip to content

Commit 302b708

Browse files
committed
Add TOC to readme and change usage section a little
1 parent 2011cc1 commit 302b708

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,28 @@ Also available as [Sublime Text plugin], [Atom plugin], and [VS Code plugin].
1313
* Grouping content.
1414
* Support CSS, SCSS (if [postcss-scss] parser is used), [PreCSS] and most likely any other syntax added by other PostCSS plugins.
1515

16+
## Table of Contents
17+
18+
* [Installation](#installation)
19+
* [Options](#options)
20+
* [Default options](#default-options)
21+
* [`sort-order`](#sort-order)
22+
* [Declarations](#declarations)
23+
* [Prefixed properties](#prefixed-properties)
24+
* [Grouping](#grouping)
25+
* [@at-rules](#at-rules)
26+
* [Nested rules](#nested-rules)
27+
* [Variables](#variables)
28+
* [Leftovers](#leftovers)
29+
* [Predefined configs](#predefined-configs)
30+
* [`empty-lines-between-children-rules`](#empty-lines-between-children-rules)
31+
* [`empty-lines-between-media-rules`](#empty-lines-between-media-rules)
32+
* [Usage](#usage)
33+
* [Text editor](#text-editor)
34+
* [Gulp](#gulp)
35+
* [Grunt](#grunt)
36+
* [Related tools](#related-tools)
37+
1638
## Installation
1739

1840
```bash
@@ -323,9 +345,9 @@ Example: `{ "empty-lines-between-media-rules": 1, "sort-order": ["@media"] }`
323345

324346
See [PostCSS] docs for examples for your environment.
325347

326-
#### Sublime Text
348+
#### Text editor
327349

328-
See [Sublime Text plugin] repository.
350+
This plugin available as [Sublime Text plugin], [Atom plugin], and [VS Code plugin].
329351

330352
#### Gulp
331353

0 commit comments

Comments
 (0)