vscode-cssvar icon indicating copy to clipboard operation
vscode-cssvar copied to clipboard

[Feat] Add IntelliSense support for custom media queries

Open webschik opened this issue 2 years ago • 0 comments

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);

webschik avatar Apr 20 '23 07:04 webschik