Skip to content

Commit

Permalink
1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Dec 10, 2015
1 parent ad8f8e0 commit ae3d81c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.4 (December 10, 2015)

- prevent removal of spaces after braces that before identifier that breaking at-rules expressions (#258)

## 1.4.3 (December 4, 2015)

- fix unicode-range parsing that cause to wrong function detection (#250)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "csso",
"description": "CSSO — CSS optimizer",
"version": "1.4.3",
"version": "1.4.4",
"homepage": "https://github.com/css/csso",
"author": "Sergey Kryzhanovsky <[email protected]> (https://github.com/afelix)",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions test/fixture/compress/atrules/supports-1.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* issue #258 */

@supports ((-webkit-filter: invert(1)) or (filter: invert(1))) {
a:hover {
-webkit-filter: invert(1);
Expand Down

0 comments on commit ae3d81c

Please sign in to comment.