Copyright | (c) 2017 Cristian Adrián Ontivero |
---|---|
License | BSD3 |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Hasmin.Types.BgSize
Description
Documentation
CSS <bg-size>
data type, used by the background-size
and background
properties.
Constructors
Cover | |
Contain | |
BgSize1 (Either PercentageLength Auto) | |
BgSize2 (Either PercentageLength Auto) (Either PercentageLength Auto) |