You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.mkd
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Tool for sorting CSS properties
2
2
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
9
9
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.
11
11
12
12
[CSScomb.com](http://csscomb.com/)
13
13
@@ -23,20 +23,20 @@ See details at [wiki](https://github.com/miripiruni/CSScomb/wiki/Requirements).
23
23
24
24
* Sublime Text 2 plugin avaliable in Package Control as 'CSScomb'
25
25
* TextMate plugin
26
-
* Coda Plugin
27
-
* Coda 2 Plugin
26
+
* Coda plugin
27
+
* Coda 2 plugin
28
28
* Espresso 2 plugin ([How to install](https://github.com/miripiruni/CSScomb/blob/master/src/plugins/csscomb.sugar/README.markdown))
0 commit comments