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

Commit

Permalink
Do not apply unsafe optimisations in cssnano
Browse files Browse the repository at this point in the history
See #422
  • Loading branch information
hosmelq committed Jan 28, 2016
1 parent 5477baf commit 6266453
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 6266453

Please sign in to comment.