C# Class Cruncher.Preprocessors.Sass.SassCompiler

Exibir arquivo Open project: JimBobSquarePants/Cruncher Class Usage Examples

Public Methods

Method Description
CompileSass ( string input, string fileName ) : string

Gets a string containing the compiled sass output.

Private Methods

Method Description
ConvertToScss ( string input ) : string

Converts sass to scss.

Method Details

CompileSass() public method

Gets a string containing the compiled sass output.
public CompileSass ( string input, string fileName ) : string
input string /// The input to compile. ///
fileName string /// The name of the file to compile. ///
return string