C# Class CloakedHipster.CssProcessor

Show file Open project: shiftkey/cloaked-hipster Class Usage Examples

Public Methods

Method Description
CssProcessor ( CssParser process, IEnumerable mappers ) : System.Collections.Generic
Process ( string input, Conventions conventions ) : string

Method Details

CssProcessor() public method

public CssProcessor ( CssParser process, IEnumerable mappers ) : System.Collections.Generic
process CssParser
mappers IEnumerable
return System.Collections.Generic

Process() public method

public Process ( string input, Conventions conventions ) : string
input string
conventions Conventions
return string