Skip to content

Commit 81a2f9b

Browse files
committed
README: some bla-bla
1 parent 58d3fb9 commit 81a2f9b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# CSSCOMB [![Build Status](https://secure.travis-ci.org/csscomb/csscomb.js.png?branch=master)](http://travis-ci.org/csscomb/csscomb.js)
22

33
CSSComb is a coding style formatter for CSS.
4+
You can easily write your own [configuration](#configuration) to make your style sheets beautiful and consistent.
5+
6+
The main feature is the [sorting properties](#sort-order) in specific order.
7+
It was inspired by the same-named [@miripiruni](https://github.com/miripiruni)'s [PHP-based tool](https://github.com/csscomb/csscomb).
8+
This is the new JavaScript version, based on powerful CSS parser [Gonzales](https://github.com/css/gonzales).
49

510
## Installation
611

@@ -28,7 +33,7 @@ To run `csscomb`, you can use the following command from the project root:
2833
2934
## Configuration
3035
31-
`csscomb` is configured using `.csscomb.json` file, located in the project root.
36+
`csscomb` is configured using [.csscomb.json](https://github.com/csscomb/csscomb.js/blob/master/.csscomb.json) file, located in the project root.
3237
3338
Example configuration:
3439
```json

0 commit comments

Comments
 (0)