You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
So I am trying to create a new theme that can be changed at runtime. I believe I have it working as I am able to change @primary-color at runtime, so that is all good. Although I can not change other variables such as @card-radius.
Does this library only support color variables? Is there a way around this?
This is not in the scope of this plugin. This is just for color related variables and adding logic for other type of variables can be possible but I don't have time to do that. Any PRs are most welcome.
Hi,
So I am trying to create a new theme that can be changed at runtime. I believe I have it working as I am able to change @primary-color at runtime, so that is all good. Although I can not change other variables such as @card-radius.
Does this library only support color variables? Is there a way around this?
How I am changing the variables:
window.less.modifyVars({ '@primary-color': 'green', '@card-radius': '1rem' })The text was updated successfully, but these errors were encountered: