Skip to content

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

@simpliston

Description

@simpliston

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

No one assigned

    Labels

    FixedFixed in master branch. Pending production release.upstream

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions