C# Class N2Bootstrap.Library.Less.ThemedLessEngine

Mostrar archivo Open project: pauldotknopf/N2Bootstrap Class Usage Examples

Public Methods

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

Method Details

CompileLess() public static method

public static CompileLess ( string file, string contents, string theme ) : Cassette.CompileResult
file string
contents string
theme string
return Cassette.CompileResult

CompileLess() public static method

public static CompileLess ( string file, string contents, string theme, string>.Dictionary themeLessVariables ) : Cassette.CompileResult
file string
contents string
theme string
themeLessVariables string>.Dictionary
return Cassette.CompileResult

GetOrCreateThemeConfiguration() public static method

public static GetOrCreateThemeConfiguration ( string theme = null ) : BootstrapThemeConfiguration
theme string
return N2Bootstrap.Library.Models.BootstrapThemeConfiguration

GetThemeVariables() public static method

public static GetThemeVariables ( BootstrapThemeConfiguration configuration ) : string>.Dictionary
configuration N2Bootstrap.Library.Models.BootstrapThemeConfiguration
return string>.Dictionary

GetThemedFile() public static method

public static GetThemedFile ( string file, string theme ) : string
file string
theme string
return string

IsThemeable() public static method

public static IsThemeable ( string file ) : bool
file string
return bool