package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | Auto.t
  2. | Color.t
]
val toString : [< `auto | `colorMix of Color.color_interpolation_method * (Color.t * Percentage.t option) * (Color.t * Percentage.t option) | `currentColor | `hex of string | `hsl of Color.hsl | `hsla of Color.hsla | `inherit_ | `initial | `revert | `revertLayer | `rgb of Color.rgb | `rgba of Color.rgba | `transparent | `unset | `var of string | `varDefault of string * string ] -> string
OCaml

Innovation. Community. Security.