willofindie / vscode-cssvar

VSCode extension to support CSS Variables Intellisense
https://marketplace.visualstudio.com/items?itemName=phoenisx.cssvar
MIT License
252 stars 4 forks source link

[Feat] Add IntelliSense support for custom media queries #106

Open webschik opened 1 year ago

webschik commented 1 year ago

Hi, thank you for developing this great extension!

It would amazing if it could support "Autocomplete" and "Go to definition" functionality for custom media queries:

@custom-media --small-viewport-max-width (max-width: 767px);
@custom-media --medium-viewport-min-width (min-width: 768px);