-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Issues with CSS Minify when using flex property #398
Comments
Thanks for the issue! The |
Hey there t@dewolff, thank you very much for the fast reply. Would it be possible to push those fixes as well as any other modification you have made to an official release, so we can update the binary on our servers? If it is not possible at the moment could you provide an ETA of when a new release is expected? Kind regards, |
Absolutely! Just published v2.9.16! |
Awesome @tdewolff, thanks again for the fast response. We at SiteGround are using the binary on our servers, do you have any plans to release a new CLI version with this patch included, so we can update the binary everywhere? Kind regards, |
Yes, the release includes binaries (perhaps I uploaded them right after you took a look). |
Oh, I've must've missed that. Thank you very much! Kind Regards, |
Hey @tdewolff,
We have encountered an issue with the flex property when minified.
The following
flex: 1 1 auto;
turns toflex:auto
when minified.The
flex: 3 1 auto;
but this turns intoflex:initial
I can provide the full CSS code if needed.
Btw, thank you very much for the fast resolution of my previously posted issue!
Kind regards,
Stoyan
The text was updated successfully, but these errors were encountered: