Blazor Server and Css Isolation using .Net 6 + VS Community 2022 #36996
Labels
area-blazor
Includes: Blazor, Razor Components
External
This is an issue in a component not contained in this repository. It is open for tracking purposes.
feature-css-isolation
This issue is related to CSS Isolation feature
I have two projects:
The Blazor Server app (#1) references the Razor library (#2)
and it uses the following markup in its <head> section.
The Razor library utilizes Css Isolation.
I am getting this error message in the browser's console.
This error message was not present while using VS 2019 and .NET 5.
The browser's Network tab displays both files.
And the BlazorApp1.styles.css contains the proper import.
Any thoughts?
:<)
The text was updated successfully, but these errors were encountered: