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

@starting-style is reported as an unknown at rule by svelte-check #2595

Open
simpliston opened this issue Nov 19, 2024 · 0 comments
Open

@starting-style is reported as an unknown at rule by svelte-check #2595

simpliston opened this issue Nov 19, 2024 · 0 comments
Labels

Comments

@simpliston
Copy link

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

@simpliston simpliston added the bug Something isn't working label Nov 19, 2024
@jasonlyu123 jasonlyu123 added upstream and removed bug Something isn't working labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants