File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# CSSCOMB [ ![ Build Status] ( https://secure.travis-ci.org/csscomb/csscomb.js.png?branch=master )] ( http://travis-ci.org/csscomb/csscomb.js )
22
33CSSComb 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
3338Example configuration:
3439` ` ` json
You can’t perform that action at this time.
0 commit comments