Method | Description | |
---|---|---|
Compile ( string content, string inputPath = null, string outputPath = null, |
"Compiles" a Sass-code to CSS-code
|
|
CompileFile ( string inputPath, string outputPath = null, |
"Compiles" a Sass-file to CSS-code
|
|
Dispose ( ) : void |
Destroys object
|
|
SassCompiler ( IFileManager fileManager ) : System |
Constructs a instance of Sass-compiler
|
Method | Description | |
---|---|---|
BeginCompile ( SassContext context, string inputPath, string outputPath, |
||
Dispose ( bool disposing ) : void |
Destroys object
|
|
EndCompile ( SassContext context ) : |
||
GetIndentString ( IndentType type, int width ) : string | ||
GetLineFeedString ( LineFeedType type ) : string | ||
SassCompiler ( ) : System |
Static constructor
|
public Compile ( string content, string inputPath = null, string outputPath = null, |
||
content | string | Text content written on Sass |
inputPath | string | Path to input file |
outputPath | string | Path to output file |
options | Compilation options | |
return |
public CompileFile ( string inputPath, string outputPath = null, |
||
inputPath | string | Path to input file |
outputPath | string | Path to output file |
options | Compilation options | |
return |
public SassCompiler ( IFileManager fileManager ) : System | ||
fileManager | IFileManager | File manager |
return | System |