shakespeare-2.0.8.2: A toolkit for making compile-time interpolated templates

Safe HaskellNone
LanguageHaskell98

Text.Cassius

Contents

Synopsis

Datatypes

data Css Source #

type CssUrl url = (url -> [(Text, Text)] -> Text) -> Css Source #

Type class

Rendering

renderCssUrl :: (url -> [(Text, Text)] -> Text) -> CssUrl url -> Text Source #

Parsing

Mixims

cassiusMixin :: QuasiQuoter Source #

Create a mixin with Cassius syntax.

Since 2.0.3

data Mixin Source #

Instances

ToCss instances

Color

data Color Source #

Constructors

Color Word8 Word8 Word8 

Instances

Size

mkSize :: String -> ExpQ Source #

Create a CSS size, e.g. $(mkSize "100px").

absoluteSize :: AbsoluteUnit -> Rational -> AbsoluteSize Source #

Constructs AbsoluteSize. Not intended for direct use, see mkSize.

data PercentageSize Source #

Not intended for direct use, see mkSize.

Constructors

PercentageSize 

Fields

percentageSize :: Rational -> PercentageSize Source #

Constructs PercentageSize. Not intended for direct use, see mkSize.

Internal

cassiusUsedIdentifiers :: String -> [(Deref, VarType)] Source #

Determine which identifiers are used by the given template, useful for creating systems like yesod devel.