-
-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.upstream
Description
Describe the bug
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
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
- OS: Arch with Linux kernel 6.11.9-arch1-1 (64-bit)
- IDE: VSCode 1.95.3
- Extension: Svelte for VS Code v109.2.4
- svelte-check: 4.0.9
Which package is the issue about?
svelte-check
Additional Information, eg. Screenshots
No response
Metadata
Metadata
Assignees
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.upstream