We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d453a3 commit 9432998Copy full SHA for 9432998
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## 0.0.10 - 2013-09-06
4
+- Option: color-case
5
+- Option: color-shorthand
6
+- Option: leading-zero
7
+- Option: unitless-zero
8
+- Option update: colon-space
9
+- Contributors added: @kizu and @ignovak
10
+- Readme updated
11
+- Licence added
12
+- Contributing info added
13
+- Changelog added
14
+
15
## 0.0.9 - 2013-08-28
16
- Option: sort-order
17
- Sort order config fix
package.json
@@ -1,7 +1,7 @@
{
"name": "csscomb",
"description": "Tool for beautify CSS",
- "version": "0.0.9",
+ "version": "0.0.10",
"homepage": "http://csscomb.com/",
"author": "Mikhail Troshev <mishanga@yandex-team.ru>",
"repository": "https://github.com/csscomb/csscomb.js",
0 commit comments