Module Css_Value.LengthPercent

module Value : sig ... end
type t = [
| Global.t
| Value.t
| `auto
]
val show : t -> string