CSS.Length
type t =
The type of length attributes. Mdc documentation: https://developer.mozilla.org/en/CSS/length and specification: http://www.w3.org/TR/css3-values/#lengths
type js_t = private Js.js_string Js.t
Js representation of lengths.
Conversion functions
val string_of_t : t -> string