fix: temporarily use lightingcss_rs to fix CSS property order#8182
Merged
GiveMe-A-Name merged 1 commit intomainfrom Oct 22, 2024
Merged
fix: temporarily use lightingcss_rs to fix CSS property order#8182GiveMe-A-Name merged 1 commit intomainfrom
lightingcss_rs to fix CSS property order#8182GiveMe-A-Name merged 1 commit intomainfrom
Conversation
- lightincss_rs is fork from ligthingcss, that fix the size order after minify
✅ Deploy Preview for rspack canceled.
|
Member
|
Where is the source code of |
Member
Author
From this branch https://github.com/GiveMe-A-Name/lightningcss/tree/fix/size-prop-order. This is diff from lightningcss main branch between and this branch parcel-bundler/lightningcss#838 |
Member
|
I see, we should explain that this is a temporary workaround and we will switch back to the official version when lightningcss fixes the issue and releases it. |
lightingcss_rs to fix CSS property order
chenjiahan
approved these changes
Oct 22, 2024
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Lightincss have a bug about minimizing CSS may shuffle the CSS property order.
The css code:
After lightningcss minify, css code would like this
care the lightingcss publish cycle. we publish a new crate named
lightingcss_rs;So we update lightingcss to lightingcss_rs for fix this issues #7921
Checklist