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
Is there a possibility of introducing CSS Variables for the library? SCSS & its customizatoin works great but that requires compiling. If we want to introduce darkmode on runtime or custom themes at runtime, a css variable will be a great solution.
The text was updated successfully, but these errors were encountered:
For what it's worth, you can adjust styles by overwriting variables. If you got a little deeper you'll notice that the stylings are quite logical and very easy to adjust and everything else is prepended using cui- so you can overwrite.
As I mentioned, SCSS is compiled at runtime before the app is pushed to server. It cannot be modified at runtime. This is where CSS Variables shine! They can be changed at runtime also and have cascading effect.
Is there a possibility of introducing CSS Variables for the library? SCSS & its customizatoin works great but that requires compiling. If we want to introduce darkmode on runtime or custom themes at runtime, a css variable will be a great solution.
The text was updated successfully, but these errors were encountered: