Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Phyks
kresus
Commits
dac7b299
Commit
dac7b299
authored
Mar 28, 2018
by
Phyks (Lucas Verney)
Browse files
Do not change z-index at CSS minification
parent
0112f21f
Pipeline
#45177
passed with stages
in 15 minutes and 24 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
scripts/webpack/production.js
View file @
dac7b299
...
...
@@ -22,7 +22,10 @@ config.plugins = config.plugins.concat([
// Minimize CSS.
new
OptimizeCssAssetsPlugin
({
cssProcessor
:
require
(
'
cssnano
'
)
cssProcessor
:
require
(
'
cssnano
'
),
cssProcessorOptions
:
{
zindex
:
false
}
})
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment