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
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
For some reason @media doesn't trigger any completions.
I've searched through all the completions the CSS language server returns and @media doesn't appear to be in there so it looks like an upstream issue.
Here I type "@m" and get no completions for @media, in the debugger i search through them all but there aren't any.
However in the CSS file i see the emmet auto complete working
I'm assuming the CSS language server doesn't offer any auto complete for @media tokens (is this the case @aeschli). However i would expect the emmet to kick in here.