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
When we minifiy css using bundle, it removes the vendor specific animation, which breaks the css.
Examples are shown in the below screenshots. Please let me know if there is any confusion. Moreover, this is a critical bug, should be fixed.
Code Differences (Left Bundled-Style.css, Right we have Bundled-Style.min.css which is beautified to compare):
Bundle code:
Version : 2.6.36
The text was updated successfully, but these errors were encountered:
@madskristensen will you please take a look at it. Seems like very critical bug.
Thanks, Alim
Sorry, something went wrong.
No branches or pull requests
Web-Essential-2.6.26 : Bundle doesn't minify properly, vendor specific keyframes removed. (Critical bug)
When we minifiy css using bundle, it removes the vendor specific animation, which breaks the css.
Examples are shown in the below screenshots. Please let me know if there is any confusion. Moreover, this is a critical bug, should be fixed.
Code Differences (Left Bundled-Style.css, Right we have Bundled-Style.min.css which is beautified to compare):
Bundle code:
Version : 2.6.36
The text was updated successfully, but these errors were encountered: