stylist-2.4.0.2: Apply CSS styles to a document tree.
Safe HaskellNone
LanguageHaskell2010

Data.CSS.Preprocessor.Text

Description

Lowers certain CSS properties to plain text.

Synopsis

Documentation

data TextStyle p Source #

PropertyParser decorator that parses & lowers certain CSS properties to plain text.

Instances

Instances details
PropertyParser p => PropertyParser (TextStyle p) Source # 
Instance details

Defined in Data.CSS.Preprocessor.Text

resolve :: PropertyParser p => StyleTree (TextStyle p) -> StyleTree p Source #

Returns inner PropertyParser with text properties applied.