Copyright | (c) 2017 Cristian Adrián Ontivero |
---|---|
License | BSD3 |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
data Expression Source #
data MediaQuery Source #
MediaQuery1 Text Text [Expression] | First possibility in the grammar |
MediaQuery2 [Expression] | Second possibility in the grammar |
AtCharset StringType | |
AtImport (Either StringType Url) [MediaQuery] | |
AtNamespace Text (Either StringType Url) | |
AtMedia [MediaQuery] [Rule] | |
AtKeyframes VendorPrefix Text [KeyframeBlock] | |
AtBlockWithRules Text [Rule] | |
AtBlockWithDec Text [Declaration] | |
StyleRule [Selector] [Declaration] |
data KeyframeSelector Source #
data KeyframeBlock Source #