LessPreprocessor Constructor (Func  )SquishIt API Documentation
Construct LESS preprocessor with custom engine construction.

Namespace: SquishIt.Less
Assembly: SquishIt.Less (in SquishIt.Less.dll) Version: 0.9.5.0 (0.9.5.0)
Syntax

public LessPreprocessor(
	Func<ILessEngine> engineBuilder
)

Parameters

engineBuilder
Type: OnlineSystem Func ILessEngine 
Function for custom ILessEngine construction.
See Also