CSSMap typedef

CSSMap = HashMap<String, List<CSSRule>>

Implementation

typedef CSSMap = HashMap<String, List<CSSRule>>;