hasmin-1.0: CSS Minifier

Copyright(c) 2017 Cristian Adrián Ontivero
LicenseBSD3
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Hasmin.Types.Declaration

Description

 

Synopsis

Documentation

data Declaration Source #

Constructors

Declaration 

Fields

clean :: [Declaration] -> [Declaration] Source #

Removes longhand rules overwritten by their shorthand further down in the declaration list, and merges shorthand declarations with longhand properties later declared.