Module Stress.Value

type t = [
| Css_Value.Global.t
| `stress of float
]
val show : t -> string