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

Using @position-try produces a warning #2665

Open
samausir opened this issue Jan 16, 2025 · 0 comments
Open

Using @position-try produces a warning #2665

samausir opened this issue Jan 16, 2025 · 0 comments
Labels
Blocked Cannot proceed until something else is resolved bug Something isn't working upstream

Comments

@samausir
Copy link

Describe the bug

Using @position-try produces the following warning:

Unknown at rule @position-try (css unknownAtRules)

Reproduction

@position-try --back-up {
	inset-inline-start: anchor(left);
}

Expected behaviour

No warning should be emitted, specially since there are no warnings emitted for other properties introduced in the anchor positioning APIs (e.g. anchor-name, position-try-options, etc.)

System Info

  • OS: MacOS
  • IDE: VSCode

Which package is the issue about?

Svelte for VS Code extension

Additional Information, eg. Screenshots

No response

@samausir samausir added the bug Something isn't working label Jan 16, 2025
@dummdidumm dummdidumm added Blocked Cannot proceed until something else is resolved upstream labels Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocked Cannot proceed until something else is resolved bug Something isn't working upstream
Projects
None yet
Development

No branches or pull requests

2 participants