Method | Description | |
---|---|---|
GetImportDependencies ( string filePath, string content ) : string[] | ||
Process ( string filePath, string content ) : IProcessResult | ||
SassPreprocessor ( bool enableCaching ) : System.Collections.Generic |
public GetImportDependencies ( string filePath, string content ) : string[] | ||
filePath | string | |
content | string | |
return | string[] |
public Process ( string filePath, string content ) : IProcessResult | ||
filePath | string | |
content | string | |
return | IProcessResult |
public SassPreprocessor ( bool enableCaching ) : System.Collections.Generic | ||
enableCaching | bool | |
return | System.Collections.Generic |