Copyright | (c) 2017 Cristian Adrián Ontivero |
---|---|
License | BSD3 |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
Language | Haskell2010 |
Parsers for CSS <color> values.
Synopsis
- hex :: Parser Color
- rgb :: Parser Color
- rgba :: Parser Color
- hsl :: Parser Color
- hsla :: Parser Color
- color :: Parser Color
- namedColorsParsersMap :: Map Text (Parser Color)
- colorFunctionsParsers :: [(Text, Parser Color)]
- functionPar :: Map Text (Parser a) -> Text -> Parser a
- colorFunctionParser :: Text -> Parser Color