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
It will be better to put --css-vars in conditional styles like style={someprop is defined ? "--css-var: ${someprop}" : ""} insted of style="--css-var: {someprop}"`
this way you doesnt need to put !important if you do
It will be better to put --css-vars in conditional styles like
style={someprop is defined ? "--css-var: ${someprop}" : ""} insted ofstyle="--css-var: {someprop}"`this way you doesnt need to put !important if you do