Module

Style.Declaration.Value

Package
purescript-style
Repository
paulyoung/purescript-style

#Auto Source

type Auto v = (auto :: Unit | v)

#_auto Source

_auto :: SProxy "auto"

#auto Source

auto :: forall v. Variant (Auto v)

#Center Source

type Center v = (center :: Unit | v)

#_center Source

_center :: SProxy "center"

#center Source

center :: forall v. Variant (Center v)

#Color Source

type Color v = (color :: Color | v)

#_color Source

_color :: SProxy "color"

#color Source

color :: forall v. Color -> Variant (Color v)

#Em Source

type Em v = (em :: Number | v)

#_em Source

_em :: SProxy "em"

#em Source

em :: forall v. Number -> Variant (Em v)

#Justified Source

type Justified v = (justified :: Unit | v)

#_justified Source

_justified :: SProxy "justified"

#justified Source

justified :: forall v. Variant (Justified v)

#Left Source

type Left v = (left :: Unit | v)

#_left Source

_left :: SProxy "left"

#left Source

left :: forall v. Variant (Left v)

#Pct Source

type Pct v = (pct :: Number | v)

#_pct Source

_pct :: SProxy "pct"

#pct Source

pct :: forall v. Number -> Variant (Pct v)

#Px Source

type Px v = (px :: Number | v)

#_px Source

_px :: SProxy "px"

#px Source

px :: forall v. Number -> Variant (Px v)

#Right Source

type Right v = (right :: Unit | v)

#_right Source

_right :: SProxy "right"

#right Source

right :: forall v. Variant (Right v)

#Zero Source

type Zero v = (zero :: Unit | v)

#_zero Source

_zero :: SProxy "zero"

#zero Source

zero :: forall v. Variant (Zero v)