Skip to content

Commit

Permalink
turn z-index to false
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr committed Jul 4, 2018
1 parent a6b9733 commit 1ab91fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module.exports.create = function create(envArgs) {
new ExtractTextPlugin(PACKAGE_FILENAME + (isFullBuild ? '.full' : '') + '.min.css'),
new OptimizeCssAssetsPlugin({
assetNameRegExp: isFullBuild ? /\.full\.min\.css$/ : /\.min\.css$/,
cssProcessorOptions: { zindex: false },
})
);

Expand Down

0 comments on commit 1ab91fb

Please sign in to comment.