Module Theme

type align = [
  1. | `start
  2. | `center
  3. | `end_
]
type justify = [
  1. | `around
  2. | `between
  3. | `evenly
  4. | `start
  5. | `center
  6. | `end_
]
module Media : sig ... end
module Color : sig ... end
val text : string -> string
val background : string -> string
val hover : string list -> string