clay-0.14.0: CSS preprocessor as embedded Haskell.
Safe HaskellNone
LanguageHaskell2010

Clay.Border

Synopsis

Stroke type, used for border-style and outline-style.

data Stroke Source #

Instances

Instances details
Val Stroke Source # 
Instance details

Defined in Clay.Border

Methods

value :: Stroke -> Value Source #

Other Stroke Source # 
Instance details

Defined in Clay.Border

Methods

other :: Value -> Stroke Source #

None Stroke Source # 
Instance details

Defined in Clay.Border

Methods

none :: Stroke Source #

Inherit Stroke Source # 
Instance details

Defined in Clay.Border

Auto Stroke Source # 
Instance details

Defined in Clay.Border

Methods

auto :: Stroke Source #

Border properties.

Outline properties.

Border radius.

borderRadius :: Size a -> Size a -> Size a -> Size a -> Css Source #

Collapsing borders model for a table