Skip to content

Commit

Permalink
Update csso to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasfed committed Mar 15, 2016
1 parent 926bb35 commit 4edb489
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/csso/csso.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ console = {

do_compression = function(css, disable_structural){
return csso.minify(css, {
restructuring: !disable_structural
restructure: !disable_structural
});
};
Loading

0 comments on commit 4edb489

Please sign in to comment.