Module Elevation.Value

type value = [
| `above
| `below
| `higher
| `level
| `lower
]
type t = [
| Css_Value.Global.t
| Css_Value.Angle.t
| value
]
val show : t -> string