C# 클래스 SquishIt.Sass.SassCompiler

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

공개 메소드들

메소드 설명
CompileSass ( string input, SassMode mode ) : string
CompileSass ( string input, string fileName ) : string
SassCompiler ( string rootPath ) : System

메소드 상세

CompileSass() 공개 메소드

public CompileSass ( string input, SassMode mode ) : string
input string
mode SassMode
리턴 string

CompileSass() 공개 메소드

public CompileSass ( string input, string fileName ) : string
input string
fileName string
리턴 string

SassCompiler() 공개 메소드

public SassCompiler ( string rootPath ) : System
rootPath string
리턴 System