I’d normally ask a question on Stack, but this is a pretty broad question and been stuck for a while now.
I’m using semantic ui, and have been building my app for several months. I have some default variables overridden in the /site/globals/site.variables.imports.less, such as the default color (@primaryColor, @brown, etc.).
Everything has been working fine and I haven’t made any major changes to my site’s theme in a few weeks, but this morning I did meteor run, and the theme has reverted back tot he default semantic ui theme, with the standard colors, etc. I’ve tried regenerating everything by changing the custom.semantic.json and .custom.semantic.json to regenerate the files, but to no avail.
I’ve been searching for a fix to this for the past few hours with no luck. As far as I recall, I didn’t change any settings, or install any packages, or make any major changes that would cause any issues. Can anyone point me in the right direction? Is there a way to regenerate my custom theme, or maybe some logs of why the custom theme’s not working?
Thanks!