C# Class SquishIt.Sass.SassPreprocessor

Inheritance: IPreprocessor
Show file Open project: connectivedx/SquishIt

Public Methods

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

Method Details

GetImportDependencies() public method

public GetImportDependencies ( string filePath, string content ) : string[]
filePath string
content string
return string[]

Process() public method

public Process ( string filePath, string content ) : IProcessResult
filePath string
content string
return IProcessResult

SassPreprocessor() public method

public SassPreprocessor ( bool enableCaching ) : System.Collections.Generic
enableCaching bool
return System.Collections.Generic