-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Use Lightning CSS
in the PostCSS
Plugin
#10399
Merged
Merged
Commits on Jan 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bcfb9bc - Browse repository at this point
Copy the full SHA bcfb9bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e69bf02 - Browse repository at this point
Copy the full SHA e69bf02View commit details -
use lightningcss in our custom matchers
Now that we are using `lightningcss` and nesting in the new `oxide` engine, the generated output _will_ be different in the majority of test cases. Using a combination of `prettier` and `lightningcss` will make the output consistent. The moment we are fully using the `oxide` engine, we can drop `lightningcss` or `prettier` again to improve the performance of the tests.
Configuration menu - View commit details
-
Copy full SHA for c753630 - Browse repository at this point
Copy the full SHA c753630View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46a0f4b - Browse repository at this point
Copy the full SHA 46a0f4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a55634 - Browse repository at this point
Copy the full SHA 6a55634View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ec25d1 - Browse repository at this point
Copy the full SHA 2ec25d1View commit details -
only use
lightningcss
in tests (without prettier)We will only fallback to prettier if lightningcss fails somehow.
Configuration menu - View commit details
-
Copy full SHA for 66c0bc6 - Browse repository at this point
Copy the full SHA 66c0bc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7411da3 - Browse repository at this point
Copy the full SHA 7411da3View commit details -
make CI happy (integration tests)
Apply changes to integration tests now that we are using lightningcss
Configuration menu - View commit details
-
Copy full SHA for 9247100 - Browse repository at this point
Copy the full SHA 9247100View commit details -
Configuration menu - View commit details
-
Copy full SHA for df1a93e - Browse repository at this point
Copy the full SHA df1a93eView commit details -
run prettier on failing tests for
toMatchFormattedCss
This will result in better diffs because diffs are typically per block and/or per line. But lightningcss will simplify certain selectors and the diff won't be as clear. We will only apply the prettier formatting for failing tests in the diff view so that diffs are cleaner and we don't pay for the additional prettier calls when tests pass.
Configuration menu - View commit details
-
Copy full SHA for 7227d0f - Browse repository at this point
Copy the full SHA 7227d0fView commit details
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.