Copyright | (c) 2017 Cristian Adrián Ontivero |
---|---|
License | BSD3 |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
Language | Haskell2010 |
Hasmin.Types.Stylesheet
Description
Documentation
data MediaQuery Source #
Constructors
MediaQuery1 Text Text [Expression] | First possibility in the grammar |
MediaQuery2 [Expression] | Second possibility in the grammar |
Instances
Constructors
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 #
Constructors
From | |
To | |
KFPercentage Percentage |
data KeyframeBlock Source #
Constructors
KeyframeBlock [KeyframeSelector] [Declaration] |