hasmin-1.0.2.1: CSS Minifier

Copyright(c) 2017 Cristian Adrián Ontivero
LicenseBSD3
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Hasmin.Types.BgSize

Description

 
Synopsis

Documentation

data BgSize Source #

CSS <bg-size> data type, used by the background-size and background properties.

Instances
Eq BgSize Source # 
Instance details

Defined in Hasmin.Types.BgSize

Methods

(==) :: BgSize -> BgSize -> Bool #

(/=) :: BgSize -> BgSize -> Bool #

Show BgSize Source # 
Instance details

Defined in Hasmin.Types.BgSize

ToText BgSize Source # 
Instance details

Defined in Hasmin.Types.BgSize

Minifiable BgSize Source #

Minifying a <bg-size> value entails, apart from minifying the individual values, removing any auto value in the second position (if present).

Instance details

Defined in Hasmin.Types.BgSize

data Auto Source #

The CSS auto keyword.

Constructors

Auto 
Instances
Eq Auto Source # 
Instance details

Defined in Hasmin.Types.BgSize

Methods

(==) :: Auto -> Auto -> Bool #

(/=) :: Auto -> Auto -> Bool #

Show Auto Source # 
Instance details

Defined in Hasmin.Types.BgSize

Methods

showsPrec :: Int -> Auto -> ShowS #

show :: Auto -> String #

showList :: [Auto] -> ShowS #

ToText Auto Source # 
Instance details

Defined in Hasmin.Types.BgSize