File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
CodeBeam.MudBlazor.Extensions Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments