We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Somewhere in our webpack build, z indices are being reduced. Not sure if this is done per vue file or plugin. This is causing issues.
Example
The text was updated successfully, but these errors were encountered:
Guessing this would have to be happening in postcss? Can't think what else would be actively modifying css values.
Sorry, something went wrong.
vuejs-templates/webpack#614
Also possible that webpack-rtl-plugin (which depends on cssnano which uses https://www.npmjs.com/package/postcss-zindex) may be playing a role here.
rtibbles
No branches or pull requests
Summary
Somewhere in our webpack build, z indices are being reduced. Not sure if this is done per vue file or plugin. This is causing issues.
Example
System information
How to reproduce
The text was updated successfully, but these errors were encountered: