-
-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Labels
Description
Describe the bug
Svelte language server shows error for :global(:is(.a, .b)), even though it compiles properly.
To Reproduce
(environment: VSCode with Svelte for VSCode extension)
- Put
:global(:is(.a, .b))in a component's style.
<script></script>
<style>
:global(:is(.a, .b)) {
cursor: ew-resize;
}
</style>
Expected behavior
There should not be an error. In fact, building this code is successful.
System (please complete the following information):
- OS: WSL2
- IDE: VSCode
- Plugin/Package: Svelte for VSCode
