package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `top
  2. | `bottom
  3. | `left
  4. | `right
  5. | `center
  6. | Percentage.t
  7. | Length.t
  8. | Auto.t
  9. | Var.t
  10. | Cascading.t
]
val toString : [< `auto | `bottom | `calc of Length.calc_value | `center | `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 | `left | `max of Length.t array | `min of 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 | `right | `top | `unset | `var of string | `varDefault of string * string | `vh of float | `vmax of float | `vmin of float | `vw of float | `zero ] -> string
OCaml

Innovation. Community. Security.