Though I have implemented the dynamic theme using CSS variables, but in that case, I have to add a new css class (which get the new color properties: values) in the HTML markup to change its colors. But I want to do it without touching the markup. Just change the variable's values in existing classes and the new theme should be visible. Is it possible to change ".scss" color variable's value dynamically (user action on production app)? Is it possible to implement dynamic theme (user can switch) on a production app, without changing build processes etc. Or what is the best way, please share.
Thanks, Nikhil