I cant seem to find any docs or questions on the correct way to extend or create a new theme in v8 (most are from years ago). I would assume its just changing some sass variables.
are you meant to just overide the files that are there or is there a CORRECT way to do this?
Hi Ross,
I have customized the colors of suitecrm and created multiple color schemes.
You are correct, you can extend the theme into ext and change the sass file.
But that will only work for suitecrm8 modules.
For legacy view, you will need to change sass file inside public/legacy folder after copying into custom folder.
Why cant legacy view stuff be overidden in the extension? cant you jsut make the ext style sheet load after all others to they overide them by default?