Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from aboutsource/hotfix/2.2.1
Browse files Browse the repository at this point in the history
Hotfix/2.2.1
  • Loading branch information
Robert Pritzkow authored Aug 1, 2017
2 parents fb2eb6e + ba7d5aa commit 9f6cfb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/gulp/tasks/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ module.exports = function(settings, plugins, config) {
minifyGradients: true,
uniqueSelectors: true,
zindex: false,
safe: true,
},
];
return runner('cssnano', defaults, settings, plugins);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glasse",
"version": "2.2.0",
"version": "2.2.1",
"description": "An installable gulp asset pipeline",
"main": "gulpfile.js",
"author": [
Expand Down

0 comments on commit 9f6cfb6

Please sign in to comment.