Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

z-index changes after build(3.0) #918

Closed
yuu2lee4 opened this issue Mar 2, 2018 · 0 comments
Closed

z-index changes after build(3.0) #918

yuu2lee4 opened this issue Mar 2, 2018 · 0 comments

Comments

@yuu2lee4
Copy link

yuu2lee4 commented Mar 2, 2018

Version

3.0.0-beta.2

Steps to reproduce

just build

What is expected?

z-index not changed

What is actually happening?

z-index changed


It is liked OptimizeCssPlugin's cssProcessor rebase z-index.It should set safe to true:

var OptimizeCSSPlugin = require('optimize-css-assets-webpack-plugin')

.........
.........

// Compress extracted CSS. We are using this plugin so that possible
// duplicated CSS from different components can be deduped.
new OptimizeCSSPlugin({
 cssProcessorOptions: {
   safe: true
 }
})
@yuu2lee4 yuu2lee4 changed the title z-index changes after build z-index changes after build(3.0) Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants