Skip to content

Commit

Permalink
docs(README): Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Oct 5, 2017
1 parent 2b289e5 commit db05468
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Press <kbd>F1</kbd> and run the command named `PostCSS Sorting: Run`.
## Supported languages

* CSS
* Less (experimental support)
* PostCSS
* Less
* SCSS

## Options
Expand All @@ -27,7 +28,7 @@ For example:

```json
{
"postcssSorting": {
"postcssSorting.config": {
"order": [
"custom-properties",
"dollar-variables",
Expand All @@ -48,6 +49,7 @@ Also we support:
* `postcssSortingConfig` property in `package.json`
* `.postcss-sorting.json`
* `postcss-sorting.json`
* `POSTCSS_SORTING_CONFIG` env

## Keyboard shortcuts

Expand All @@ -56,7 +58,7 @@ For changes keyboard shortcuts, create a new rule in `File -> Preferences -> Key
```json
{
"key": "ctrl+shift+c",
"command": "postcssSorting.sort"
"command": "postcssSorting.execute"
}
```

Expand Down

0 comments on commit db05468

Please sign in to comment.