Does Blazor not support css isolation for pages that inherit from LayoutComponentBase (@inherits LayoutComponentBase)? The css code works fine in a styles.css file in the wwwroot path, but not with PageName.razor.css convention.
Does Blazor not support css isolation for pages that inherit from LayoutComponentBase (@inherits LayoutComponentBase)? The css code works fine in a styles.css file in the wwwroot path, but not with PageName.razor.css convention.