Skip to content

Commit

Permalink
Add libs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningtgc committed Dec 30, 2014
1 parent 4e4ab8e commit 85e00bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,25 @@ It can handle some special case like 'base64 url', 'single comment // ' and so

Press <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>o</kbd>

or right click the content and select "Run Cssorder".
or `right click` the content and select `Run Cssorder`.

## Custom configuration

* You can write your own configuration by opening

`Tools> Css Order> Set Cssorder Config`

or right click the content and select 'Set Cssorder Config'
or `right click` the content and select `Set Cssorder Config`

* It will automatically format when you saved the file,

and you can close automatical format by setting `format_on_save` to `false` in `Set Cssorder Config`.
and you can close automatical format by

setting `format_on_save` to `false` in `Set Cssorder Config`.

## Release History

+ v0.2.1: Fix bug and submitting to Sublime Package Control
+ v0.3.0: Support Sass and Less.
+ v0.2.1: Fix bug and submitting to Sublime Package Control.
+ v0.2.0: Handle compressive file case.
+ v0.1.0: Release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sublime-cssorder",
"version": "0.2.1",
"version": "0.3.0",
"author": "gctang",
"description": "Alloyteam CSS coding style formatter.",
"homepage": "https://github.com/lightningtgc/sublime-cssorder",
Expand Down

0 comments on commit 85e00bb

Please sign in to comment.