(or the htmlAttrs variant), but I'm disallowed this by:
type alias Axis =
{ limits : List (Attribute C.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.
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.