clay-0.13.2: CSS preprocessor as embedded Haskell.

Safe HaskellNone
LanguageHaskell98

Clay.Border

Contents

Synopsis

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

data Stroke Source #

Instances
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