HtmlCssClassCompletion icon indicating copy to clipboard operation
HtmlCssClassCompletion copied to clipboard

Cache CSS Variables for CSS Isolation Files

Open adamharshbarger opened this issue 3 years ago • 0 comments

When writing CSS for Blazor CSS Isolation there is no Intellisense for CSS Variables declared in outside CSS Files. For example, I have my global style colors defined in variables under :root stored under a wwwroot folder within a Razor Class Library. I have the stylesheet linked in my index.html file as usual. However, when declaring colors with var(). There is no Intellisense. I would love to see a feature that searches the entire project for CSS variables and cache them for use in CSS isolation files.

adamharshbarger avatar Oct 06 '22 03:10 adamharshbarger