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
(or the htmlAttrs variant), but I'm disallowed this by:
type alias Axis={ limits :List(AttributeC.Axis), pinned :C.Axis->Float, arrow :Bool, color :String, width :Float}
I do have a workaround for now (generating CSS vars from my Tailwind config and then using CA.color "var(--tailwind-color-grey2)", but it would be nice to do the above with a class.
The text was updated successfully, but these errors were encountered:
Hello!
I'd like to be able to do
(or the
htmlAttrs
variant), but I'm disallowed this by:I do have a workaround for now (generating CSS vars from my Tailwind config and then using
CA.color "var(--tailwind-color-grey2)"
, but it would be nice to do the above with a class.The text was updated successfully, but these errors were encountered: