Hi, I am creating a Mobile app with Maui Hybrid, but am having some trouble with CSS Isolation. I have checked the
<link/>
<link/>
and checked if the
<ScopedCssEnabled>true</ScopedCssEnabled>
<ScopedCssEnabled>true</ScopedCssEnabled>
is set to true. Searching for '.css' in the csproj does not yield results, so there is no blacklisting happening. In File explorer searching for: '*.css' does not return any results (except for the default app.css).
Incase it matters, I have setup MudBlazor in my application, maybe that is causing issues?