Method | Description | |
---|---|---|
AutoPrefixerProcessor ( Func |
Initializes a new instance of the AutoPrefixerProcessor class.
|
|
Dispose ( ) : void |
Disposes the object and frees resources for the Garbage Collector.
|
|
Process ( string input, |
Gets a string containing the compiled CoffeeScript result.
|
Method | Description | |
---|---|---|
ConvertAutoPrefixerOptionsToJson ( |
Converts AutoPrefixerOptions to JSON
|
|
Dispose ( bool disposing ) : void |
Disposes the object and frees resources for the Garbage Collector.
|
|
FormatErrorDetails ( JToken errorDetails ) : string |
Generates a detailed error message
|
|
Initialize ( ) : void |
Initializes CSS autoprefixer
|
public AutoPrefixerProcessor ( Func |
||
javascriptEngineFactory | Func |
/// The javascript engine factory. /// |
return | System |
public Process ( string input, |
||
input | string | /// The input to process. /// |
options | /// The AutoPrefixer options. /// | |
return | string |