Copyright | (c) 2017 Cristian Adrián Ontivero |
---|---|
License | BSD3 |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
Language | Haskell2010 |
Parsers for CSS values.
- values :: Text -> Parser Values
- percentage :: Parser Percentage
- value :: Parser Value
- valuesFallback :: Parser Values
- valuesInParens :: Parser Values
- stringOrUrl :: Parser (Either StringType Url)
- url :: Parser Url
- stringtype :: Parser StringType
- digits :: Parser String
- textualvalue :: Parser Value
- stringvalue :: Parser Value
- shadowList :: Parser Values
- timingFunction :: Parser TimingFunction
- repeatStyle :: Parser RepeatStyle
- position :: Parser Position
- color :: Parser Color
- number :: Parser Number
- fontStyle :: Parser Value
Documentation
valuesFallback :: Parser Values Source #
For cases when CSS hacks are used, e.g.: margin-top: 1px 9;
stringtype :: Parser StringType Source #