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
This is a follow-up of the #727 about the case not working in styles. Also, I need to use !important because of this issue of the style ordering: #723
Issue: using an if causes using a dynamically created CSS variable. However, adding the !important modifier stops variables being set (see 2nd screenshot below).
This is a follow-up of the #727 about the
case
not working in styles. Also, I need to use!important
because of this issue of the style ordering: #723Issue: using an
if
causes using a dynamically created CSS variable. However, adding the!important
modifier stops variables being set (see 2nd screenshot below).Sandbox:
https://mint-lang.com/sandbox/6sgyVm785ocTDw
The text was updated successfully, but these errors were encountered: