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

Commit

Permalink
Merge pull request #425 from hosmelq/master
Browse files Browse the repository at this point in the history
Do not apply unsafe optimisations in cssnano
  • Loading branch information
JeffreyWay committed Jan 30, 2016
2 parents 5477baf + 6266453 commit 857c338
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,10 @@ var config = {

cssnano: {
// http://cssnano.co/options
pluginOptions: {}
pluginOptions: {
discardUnused: false, // unsafe, see http://mxs.is/googmr
zindex: false // unsafe, see http://mxs.is/googmq
}
},

/*
Expand Down

0 comments on commit 857c338

Please sign in to comment.