cascading-0.1.0: DSL for HTML CSS (Cascading Style Sheets)

MaintainerErtugrul Soeylemez <es@ertes.de>
Safe HaskellNone

Data.CSS.Properties.Utils

Contents

Description

 

Synopsis

Maybe builders

maybeBuilder :: ToPropValue a => ByteString -> Maybe a -> BuilderSource

Convenience wrapper around maybe for properties. Renders as the given bytestring if Nothing.

maybeProp :: ToPropValue a => ByteString -> Maybe a -> PropValueSource

Convenience wrapper around maybe for properties. Renders as the given bytestring if Nothing.