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
A CSS declaration with container-type generates an "Unknown property: 'container-type' (css)" message. This property is widely supported and probably shouldn't be a warning anymore.
Reproduction
Create a Svelte component with this style:
<style>
div {
container-type: inline-size;
}
</style>
Describe the bug
A CSS declaration with
container-type
generates an "Unknown property: 'container-type' (css)" message. This property is widely supported and probably shouldn't be a warning anymore.Reproduction
Create a Svelte component with this style:
Run
svelte-check
, see the warning:Expected behaviour
I do not expect a warning on this valid CSS property.
System Info
Which package is the issue about?
svelte-check
Additional Information, eg. Screenshots
No response
The text was updated successfully, but these errors were encountered: