package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val fill : [< `colorMix of Css_types.Color.color_interpolation_method * (Css_types.Color.t * Css_types.Percentage.t option) * (Css_types.Color.t * Css_types.Percentage.t option) | `contextFill | `contextStroke | `currentColor | `hex of string | `hsl of Css_types.Color.hsl | `hsla of Css_types.Color.hsla | `inherit_ | `initial | `none | `revert | `revertLayer | `rgb of Css_types.Color.rgb | `rgba of Css_types.Color.rgba | `transparent | `unset | `url of string | `var of string | `varDefault of string * string ] -> Rule.rule
val fillOpacity : float -> Rule.rule
val fillRule : [< `evenodd | `nonzero ] -> Rule.rule
val strokeDasharray : [< `dasharray of [< `calc of Css_types.Length.calc_value | `ch of float | `cm of float | `cqb of float | `cqh of float | `cqi of float | `cqmax of float | `cqmin of float | `cqw of float | `em of float | `ex of float | `inch of float | `inherit_ | `initial | `max of Css_types.Length.t array | `min of Css_types.Length.t array | `mm of float | `pc of float | `percent of float | `pt of int | `px of int | `pxFloat of float | `rem of float | `revert | `revertLayer | `unset | `var of string | `varDefault of string * string | `vh of float | `vmax of float | `vmin of float | `vw of float | `zero ] array | `none ] -> Rule.rule
val strokeWidth : Css_types.Length.t -> Rule.rule
val strokeOpacity : [< `inherit_ | `initial | `num of float | `percent of float | `revert | `revertLayer | `unset | `var of string | `varDefault of string * string ] -> Rule.rule
val strokeMiterlimit : float -> Rule.rule
val strokeLinecap : [< `butt | `round | `square ] -> Rule.rule
val strokeLinejoin : [< `bevel | `miter | `round ] -> Rule.rule
val stopColor : Css_types.Color.t -> Rule.rule
val stopOpacity : float -> Rule.rule
OCaml

Innovation. Community. Security.