Method | Description | |
---|---|---|
CompileLess ( string file, string contents, string theme ) : Cassette.CompileResult | ||
CompileLess ( string file, string contents, string theme, string>.Dictionary |
||
GetOrCreateThemeConfiguration ( string theme = null ) : |
||
GetThemeVariables ( |
||
GetThemedFile ( string file, string theme ) : string | ||
IsThemeable ( string file ) : bool |
public static CompileLess ( string file, string contents, string theme ) : Cassette.CompileResult | ||
file | string | |
contents | string | |
theme | string | |
return | Cassette.CompileResult |
public static CompileLess ( string file, string contents, string theme, string>.Dictionary |
||
file | string | |
contents | string | |
theme | string | |
themeLessVariables | string>.Dictionary | |
return | Cassette.CompileResult |
public static GetOrCreateThemeConfiguration ( string theme = null ) : |
||
theme | string | |
return |
public static GetThemeVariables ( |
||
configuration | ||
return | string>.Dictionary |
public static GetThemedFile ( string file, string theme ) : string | ||
file | string | |
theme | string | |
return | string |
public static IsThemeable ( string file ) : bool | ||
file | string | |
return | bool |