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 d6d69a9 commit 467a58eCopy full SHA for 467a58e
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 3.1.4 - 2015-05-24
4
+- Fixed `space-after-opening-brace` option for empty media queries (#387)
5
+
6
## 3.1.3 - 2015-05-20
7
- Do not add extra space before combinators which go first in selectors (#381)
8
package.json
@@ -1,7 +1,7 @@
{
"name": "csscomb",
"description": "CSS coding style formatter",
- "version": "3.1.3",
+ "version": "3.1.4",
"homepage": "http://csscomb.com/",
"author": "Mikhail Troshev <mishanga@yandex-team.ru>",
"repository": "https://github.com/csscomb/csscomb.js",
0 commit comments