Skip to content

Commit f91c67d

Browse files
committed
Merge pull request csscomb#227 from brycepj/readme-edits
Change tense of product features, fix spelling errors, clean up description
2 parents 99e0120 + ba2feba commit f91c67d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.mkd

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Tool for sorting CSS properties
22

3-
* Sorting CSS properties: The order of properties in the help of professionals
4-
* Setting the order of CSS properties: Use the order to which you are accustomed to
5-
* Parsing CSS in the tags style tag, style attribute: CSScomb find a CSS-code to other languages and will sort it
6-
* Formatting style sheets does not change: Work as a singleline and multiline CSS
7-
* Separation of CSS properties for the group: Separate groups of empty string if you want
8-
* Full support CSS2/CSS2.1/CSS3: CSScomb ready for the advanced CSS-code
3+
* Sorts CSS properties into a logical, consistent order
4+
* Allows for custom sorting of CSS properties (set it to whatever order you're accustomed to)
5+
* Parses CSS in style tags and style attributes -- can comb other languages for CSS as well
6+
* Does not change existing formatting of style sheets --target single or multiple lines of CSS
7+
* Separates CSS properties into groups (you can have groups of empty strings, if you want)
8+
* Fully supports CSS2/CSS2.1/CSS3
99

10-
The algorithm of CSScomb simulates web-technologist's actions upon working with CSS-code to the limit. Usually to re-order code you move lines over each other considering comments in the code, multilines records of property values, hacks and everything that could be found in the real file. CSScomb reproduces these actions for you. This means that the parser "thinks" as a person editing the text, not as a blind robot parsing CSS.
10+
The CSScomb algorithm simulates a web developer's judgment in ordering CSS styles. You can spend tons of time re-ordering code--moving lines over each other, working around comments in the code, moving multi-line sets of property values, and all sorts of hacking to make your code more readable. CSScomb takes care of these tasks for you. It "thinks" like a person editing the text, not as a blind robot parsing CSS.
1111

1212
[CSScomb.com](http://csscomb.com/)
1313

@@ -23,20 +23,20 @@ See details at [wiki](https://github.com/miripiruni/CSScomb/wiki/Requirements).
2323

2424
* Sublime Text 2 plugin avaliable in Package Control as 'CSScomb'
2525
* TextMate plugin
26-
* Coda Plugin
27-
* Coda 2 Plugin
26+
* Coda plugin
27+
* Coda 2 plugin
2828
* Espresso 2 plugin ([How to install](https://github.com/miripiruni/CSScomb/blob/master/src/plugins/csscomb.sugar/README.markdown))
29-
* IntelliJIDEA Plugin
30-
* WebStorm Plugin
29+
* IntelliJIDEA plugin
30+
* WebStorm plugin
3131
* PyCharm plugin
32-
* Notepad ++ Plugin
32+
* Notepad ++ plugin
3333
* [Chocolat Mixin](https://github.com/drudge/csscomb.chocmixin)
3434
* [Vim Plugin](https://github.com/miripiruni/CSScomb-for-Vim)
3535

3636
CLI usage
3737
---
3838

39-
Avaliable at [csscomb.com](http://csscomb.com)
39+
Available at [csscomb.com](http://csscomb.com)
4040

4141

4242
```

0 commit comments

Comments
 (0)