-
Notifications
You must be signed in to change notification settings - Fork 9.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
CSS Minifying not compatible with CSS3 calc() function #8552
Labels
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Comments
Can be reproduced. The magento minifying process seems to remove whitespace inside the calc()-statement. |
vrann
added
the
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
label
Mar 13, 2017
This was referenced Mar 21, 2017
hello @sydekumf, thank you for the report, the internal ticket is created MAGETWO-66482. |
4 tasks
magento-team
added
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
develop
labels
Jul 31, 2017
Internal ticket to track issue progress: MAGETWO-67487 |
magento-engcom-team
pushed a commit
that referenced
this issue
Jun 13, 2018
…SS3 calc() function #8552 - for 2.1.x
magento-devops-reposync-svc
pushed a commit
that referenced
this issue
Oct 13, 2023
…a2-develop ACPT-1599: Fixing DeploymentConfig resets & reloads every time new key that wasn't previously set
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Preconditions
Steps to reproduce
Expected result
calc((100% / 12 * 1) - 10px);
Actual result
calc((100%/12*1)- 10px);
(no whitespaces) and therefore it will not be rendered correctly.The text was updated successfully, but these errors were encountered: