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.
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.