You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure whether this is the proper repository for such a feature request, but container queries are already usable in current browsers and it would be good if this wouldn't trigger a warning 🙂 https://caniuse.com/?search=%40container
Describe alternatives you've considered
I could disable all warnings for unknown properties and at-queries, but that might silence warnings for actual typos.
How important is this feature to you?
I currently have to disable fail-on-warnings in CI because of this.
The text was updated successfully, but these errors were encountered:
This isn't related to Svelte or preprocessing, this is related to the language tools / svelte-check. Those use the vscode-css-languageservice for intellisense inside the style tags, and that doesn't support container queries yet - see this upstream issue for more info. Closing in favor of that.
Is your feature request related to a problem? Please describe.
When using container-properties and @container rules / at-queries, svelte-check complains about these properties not being known:
svelte-check output:
Describe the solution you'd like
I'm not sure whether this is the proper repository for such a feature request, but container queries are already usable in current browsers and it would be good if this wouldn't trigger a warning 🙂 https://caniuse.com/?search=%40container
Describe alternatives you've considered
I could disable all warnings for unknown properties and at-queries, but that might silence warnings for actual typos.
How important is this feature to you?
I currently have to disable fail-on-warnings in CI because of this.
The text was updated successfully, but these errors were encountered: