I am trying to create a custom theme for my app by cloning the radzen repo, making a copy of software-base.scss and changing the colors, fonts, etc. When I try to build the Radzen.Blazor project, I get an error saying that the compilation exited with code -1 and that there is an undefined variable in "Message," but I am unable to locate such file. What could be the issue?
Hi @mhyl-bot,
Does the project build in its initial state - that is when you clone the repo without making copies of themes or editing themes? There is a chance that you might have deleted a scss variable that is referenced in another file. Also, what is the error message when you build the project from the terminal using the dotnet build
command - it should show you the name of the "undefined variable" and in which file it is used.