Skip to content
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

bug/issue 1242 handle optimization ordering issue with functions in CSS declarations #1243

Conversation

thescientist13
Copy link
Member

@thescientist13 thescientist13 commented Jun 7, 2024

Related Issue

resolves #1242

Summary of Changes

  1. Improve handling for Function type optimization formatting

Not sure if there is a better way than deny-listing, or are there any other specific types to be guarding against?

@thescientist13 thescientist13 added bug Something isn't working CLI question Further information is requested labels Jun 7, 2024
@thescientist13 thescientist13 changed the title bug/issue 1412 handle optimization ordering issue with functions in CSS declarations bug/issue 1242 handle optimization ordering issue with functions in CSS declarations Jun 12, 2024
@thescientist13 thescientist13 force-pushed the bug/issue-1242-css-declaration-vars-ordering-optimization branch from ad739a5 to e72bd73 Compare June 22, 2024 17:08
@thescientist13 thescientist13 merged commit 294a02e into release/0.30.0 Jun 22, 2024
8 checks passed
@thescientist13 thescientist13 deleted the bug/issue-1242-css-declaration-vars-ordering-optimization branch June 22, 2024 17:25
thescientist13 added a commit that referenced this pull request Nov 2, 2024
…SS declarations (#1243)

* handle optimization ordering issue with functions in CSS declarations

* remove extra comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CLI question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

functions in CSS declarations (like CSS var) are being incorrectly optimized
1 participant