Module Float.Value

type value = [
| `left
| `none
| `right
]
type t = [
| Css_Value.Global.t
| value
]
val show : t -> string