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

chore: add error recovery option to LightningCSSOptions #17420

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

apple-yagi
Copy link
Contributor

Description

When using lightningcss in the CSS transformer, the following error was displayed:

invalid-media-query

To circumvent this, it was necessary to use the errorRecovery option in LightningCSS. However, the current type definition of LightningCSSOption within Vite did not include errorRecovery. Therefore, I added it in this Pull Request.

Copy link

stackblitz bot commented Jun 8, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@apple-yagi apple-yagi force-pushed the fix/add-errorRecovery-option branch from cce9664 to 4082043 Compare June 8, 2024 04:13
@patak-dev patak-dev merged commit e04193f into vitejs:main Jun 10, 2024
11 checks passed
@apple-yagi apple-yagi deleted the fix/add-errorRecovery-option branch June 10, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants