hasmin-1.0.2: CSS Minifier

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

Hasmin.Types.BgSize

Description

 

Synopsis

Documentation

data BgSize #

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

Instances

Eq BgSize # 

Methods

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

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

Show BgSize # 
ToText BgSize # 
Minifiable BgSize #

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

data Auto #

The CSS auto keyword.

Constructors

Auto 

Instances

Eq Auto # 

Methods

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

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

Show Auto # 

Methods

showsPrec :: Int -> Auto -> ShowS #

show :: Auto -> String #

showList :: [Auto] -> ShowS #

ToText Auto # 

Methods

toText :: Auto -> Text #

toBuilder :: Auto -> Builder #