We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I use @starting-style, svelte-check reports it as an unknown at rule:
Warn: Unknown at rule @starting-style (css) @starting-style { opacity: 0;
This is not reported as an unknown at rule by stylelint or biomejs
In any .svelte file in a svelte project, use @starting-style. Run svelte-check
The at rule should be recognized and not reported as unknown
svelte-check
No response
The text was updated successfully, but these errors were encountered:
This just bit me. It looks like it's supported in Svelte, but the error still shows up in svelte-check.
Sorry, something went wrong.
This is an upstream problem - we're using VS Code's CSS language service for these diagnostics, and it doesn't know about those rules yet.
Looks like there is an issue with a PR connected, so we might see this fixed soon
No branches or pull requests
Describe the bug
If I use @starting-style, svelte-check reports it as an unknown at rule:
This is not reported as an unknown at rule by stylelint or biomejs
Reproduction
In any .svelte file in a svelte project, use @starting-style. Run svelte-check
Expected behaviour
The at rule should be recognized and not reported as unknown
System Info
Which package is the issue about?
svelte-check
Additional Information, eg. Screenshots
No response
The text was updated successfully, but these errors were encountered: