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
Ideally, ESS should provide a way to accommodate these use cases via some mechanism of dynamic values, provided that:
XSS is impossible
Build-time RTL is unaffected
Build-time vendor prefixing is unaffected
Essentially, ESS needs to allow the things that would be safe and performant with CSS-in-JS, but disallow non-robust or unsafe things, or things that would require bulky runtime logic
The text was updated successfully, but these errors were encountered:
there's edge cases where truly dynamic values are needed.
this is usually some high cardinality domain of input that also needs to maps to a range of css values with similar cardinality.
Examples:
Ideally, ESS should provide a way to accommodate these use cases via some mechanism of dynamic values, provided that:
Essentially, ESS needs to allow the things that would be safe and performant with CSS-in-JS, but disallow non-robust or unsafe things, or things that would require bulky runtime logic
The text was updated successfully, but these errors were encountered: