We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb21de commit 436a19cCopy full SHA for 436a19c
CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions.csproj
@@ -29,6 +29,14 @@
29
<SassCompilerEnableWatcher>false</SassCompilerEnableWatcher>
30
</PropertyGroup>
31
32
+ <PropertyGroup>
33
+ <SassCompilerEnabled>true</SassCompilerEnabled>
34
+ </PropertyGroup>
35
+
36
+ <PropertyGroup Condition="'$(CI)' == 'true'">
37
+ <SassCompilerEnabled>false</SassCompilerEnabled>
38
39
40
<ItemGroup>
41
<SupportedPlatform Include="browser" />
42
</ItemGroup>
0 commit comments