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
Since var(--brand) is a color and not just hsl values, the default opacity should be set on the --brand variable directly.
While it is technically doable, I've got to think carefully whether or not I want to add support for css variables: it might be a blocker for future features.
My app uses javascript to dynamically set some CSS variables, like a
--brand
color (in HSL).It would be great if we could reference these in
tw-colors
:The text was updated successfully, but these errors were encountered: