Allow disabling blazor css scopes without disabling bundling of .razor.css files #46466
Labels
Area-AspNetCore
RazorSDK, BlazorWebAssemblySDK, dotnet-watch
untriaged
Request triage from a team member
Is your feature request related to a problem? Please describe.
I'm trying to disable CSS isolation (attribute scopes), while still colocating stylesheets with my components. Setting
<ScopedCssEnabled>false</ScopedCssEnabled>
turns the CSS bundling off altogether, which is not useful in this case.Describe the solution you'd like
A new MSBuild property that allows disabling just scoping, or one that re-enables bundling when scoping has been disabled.
The text was updated successfully, but these errors were encountered: