diff --git a/README.md b/README.md index 942002c..4bc25fd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It can handle some special case like 'base64 url', 'single comment // ' and so Press ctrl+shift+o -or right click the content and select "Run Cssorder". +or `right click` the content and select `Run Cssorder`. ## Custom configuration @@ -22,14 +22,17 @@ or right click the content and select "Run Cssorder". `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. diff --git a/package.json b/package.json index 678b2ec..e5de926 100644 --- a/package.json +++ b/package.json @@ -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",