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 1bac5de commit bd14cfbCopy full SHA for bd14cfb
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 3.1.7 - 2015-06-09
4
+
5
+- Do not remove units from values starting from zeroes, like `0.5em` (#394)
6
7
## 3.1.6 - 2015-06-09
8
- Hotfix for issue when `unitless-zero` crashed on percentages in Less (#389)
9
package.json
@@ -1,7 +1,7 @@
{
"name": "csscomb",
"description": "CSS coding style formatter",
- "version": "3.1.6",
+ "version": "3.1.7",
"homepage": "http://csscomb.com/",
"author": "Mikhail Troshev <mishanga@yandex-team.ru>",
"repository": "https://github.com/csscomb/csscomb.js",
0 commit comments