File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# com-css-sort #
2
2
3
- com-css-sort stand for Common CSS Sorting. The goal of this project
4
- is to provide the basic, general, common way of sorting the CSS
5
- attribute.<br /><br />
3
+ com-css-sort stands for Common CSS Sorting. The goal of this project
4
+ is to provide a basic way of sorting CSS attributes.<br /><br />
6
5
7
6
8
7
## How to use? ##
@@ -13,12 +12,12 @@ attribute.<br/><br/>
13
12
### Customize Order Your Own ###
14
13
1 . Create ` sort-order.ccs ` file at the version control root directory.
15
14
You can grab a ccs file from ` ./ccs_examples/ ` directory in this repository.
16
- 2 . Look at the .ccs file, the order in the file will be the order of the CSS
17
- attribute will sort .
15
+ 2 . Look at the .ccs file, the order in the file will be the order that
16
+ the CSS attributes will be sorted .
18
17
19
18
20
19
## Configuration ##
21
- Type of sorting algorithm you want CSS attribute to sort .<br />
20
+ Type of sorting algorithm you want used when sorting CSS attributes .<br />
22
21
* 0 : Sort in group type. Use 'sort-order.ccs' if
23
22
there is one in the version control root directory. (Default)<br />
24
23
* 1 : Sort in alphabetic order. The 'sort-order.ccs'
You can’t perform that action at this time.
0 commit comments