Module

Style.Declaration

Package
purescript-style
Repository
paulyoung/purescript-style

#WSC Source

type WSC w s c = { color :: c, style :: s, width :: w }

#wsc Source

wsc :: forall c s w. Property -> (WSC w s c -> Value) -> w -> s -> c -> Declaration

#TRBL Source

type TRBL a = { bottom :: a, left :: a, right :: a, top :: a }

#trbl Source

trbl :: forall a. Property -> (TRBL a -> Value) -> a -> a -> a -> a -> Declaration