-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
not getting display: -webkit-flex with any options #734
Comments
Everything works in online demo. You have a problem somewhere in environment. I think it is related to this question (you should move browsers to |
@ai ooh. this is just insane. I've tried to solve this for about a week, and just now understood, that there was a typo in config. what a shame. sorry for bothering |
@terion-name, having the same problem, what is your type problem, can you share? |
@farcaller browser → browsers |
I will add warning for this case |
Added 90a1454 |
@ai thanx! |
new OptimizeCssAssetsPlugin({
cssProcessorOptions: {
safe: true,
autoprefixer: { disable: true },
discardComments: {
removeAll: true
}
}
}); the option of also see the issue optimize-css-assets-webpack-plugin/issues/51 maybe some brother need this so I copy and attach this although this issue closed a long time ago. |
@rouberg there is better way. Always put browsers to |
Safari 8 needs
display: -webkit-flex
.With any options I pass — I on't get it. Even with such hardcore as:
This results in:
It sets
display: -webkit-box;
for Safari 6, but notdisplay: -webkit-flex
for Safari 8The text was updated successfully, but these errors were encountered: