Click or drag to resize

PFThemeLessVisitorPluginGetCompiledThemeForFiles Method

Compiles target less files with given settings.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static string GetCompiledThemeForFiles(
	List<string> lessFiles,
	PFThemeSettings settings
)

Parameters

lessFiles
Type: System.Collections.GenericListString
The less files to be transformed to css
settings
Type: Packflow.CorePFThemeSettings
The target PFThemeSettings to apply

Return Value

Type: String
A concatenated string of CSS markup
See Also