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