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

Provides methods to convert SASS and SCSS into CSS.
상속: IPreprocessor
파일 보기 프로젝트 열기: JimBobSquarePants/Cruncher

공개 메소드들

메소드 설명
Transform ( string input, string path, CruncherBase cruncher ) : string

Transforms the content of the given string.

비공개 메소드들

메소드 설명
AddImportsToFileMonitors ( string sass, CruncherBase cruncher ) : void

Parses the string for CSS imports and replaces them with the referenced CSS.

메소드 상세

Transform() 공개 메소드

Transforms the content of the given string.
public Transform ( string input, string path, CruncherBase cruncher ) : string
input string The input string to transform.
path string The path to the given input string to transform.
cruncher CruncherBase The cruncher that is running the transform.
리턴 string