Skip to content

Commit d3035ec

Browse files
authored
Update README.md
1 parent d5d41f0 commit d3035ec

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,5 @@ https://user-images.githubusercontent.com/78308169/195979884-7cf1698c-ce0a-400f-
162162
Feel free to contribute.
163163

164164
## Updating css / Compiling from scss
165-
- 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.
175166

0 commit comments

Comments
 (0)