Skip to content

Commit e2d37ed

Browse files
committed
.
1 parent 24ec180 commit e2d37ed

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions.csproj

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,15 @@
2929
<SassCompilerEnableWatcher>false</SassCompilerEnableWatcher>
3030
</PropertyGroup>
3131

32-
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
33-
<DisableSassCompiler>true</DisableSassCompiler>
34-
</PropertyGroup>
35-
36-
3732
<ItemGroup>
3833
<SupportedPlatform Include="browser" />
3934
</ItemGroup>
4035

36+
<!--Uncomment it and build again when you change the CSS/SASS files, currently it fails the CI process-->
4137
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
42-
<PackageReference Include="MudBlazor.SassCompiler" Version="2.0.7">
38+
<!--<PackageReference Include="MudBlazor.SassCompiler" Version="2.0.7">
4339
<PrivateAssets>all</PrivateAssets>
44-
</PackageReference>
40+
</PackageReference>-->
4541
</ItemGroup>
4642

4743
<ItemGroup>

0 commit comments

Comments
 (0)