C# 클래스 Cruncher.Preprocessors.Sass.SassCompiler

파일 보기 프로젝트 열기: JimBobSquarePants/Cruncher 1 사용 예제들

공개 메소드들

메소드 설명
CompileSass ( string input, string fileName ) : string

Gets a string containing the compiled sass output.

비공개 메소드들

메소드 설명
ConvertToScss ( string input ) : string

Converts sass to scss.

메소드 상세

CompileSass() 공개 메소드

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. ///
리턴 string