clay-0.10: CSS preprocessor as embedded Haskell.

Safe HaskellNone
LanguageHaskell98

Clay.Property

Documentation

data Prefixed Source

Constructors

Prefixed 

Fields

unPrefixed :: [(Text, Text)]
 
Plain 

Fields

unPlain :: Text
 

newtype Key a Source

Constructors

Key 

Fields

unKeys :: Prefixed
 

Instances

Show (Key a) 
IsString (Key a) 
Monoid (Key a) 

cast :: Key a -> Key () Source

data E5 Source

Constructors

E5 

Instances

intersperse :: Monoid a => a -> [a] -> a Source

noCommas :: Val a => [a] -> Value Source

(!) :: a -> b -> (a, b) infixr 9 Source