You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If you update or create an new scss file you will need to compile the scss to css using excubo webcompiler during a solution rebuild.
166
-
- Install Nuget Package [Excubo.WebCompiler](https://www.nuget.org/packages/Excubo.WebCompiler) for SCSS
167
-
- From command line run: **dotnet add package Excubo.WebCompiler**
168
-
- If add a new scss file you will need to add define it in the [MudExtensions.scs](https://github.com/CodeBeamOrg/CodeBeam.MudExtensions/blob/dev/CodeBeam.MudBlazor.Extensions/Styles/MudExtensions.css)
169
-
-[Uncomment this line](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/blob/9d46ab49cc39bcbc5ed7f3c184db57201eca91cb/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions.csproj#L42)
170
-
- The css will compile when you "rebuild" the solution
171
-
- Re-Comment the code you un commented in the previous step
172
-
- The css will compile on rebuild
173
-
- Re-Comment the code you un commented.
174
-
### If adding a scss you will need to add define it in the [MudExtensions.scs](https://github.com/enkodellc/CodeBeam.MudExtensions/blob/dev/CodeBeam.MudBlazor.Extensions/Styles/MudExtensions.css)
165
+
- If you update or create an new scss file you will need to uncomment MudBlazor.SassCompiler line in `CodeBeam.MudBlazor.Extensions.csproj` otherwise added and changed scss file has no effect on project.
0 commit comments