Click or drag to resize

PFThemeLessVisitorPluginExecute Method

Called by the DotLess engine when parsing .less files

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public override Node Execute(
	Node node,
	out bool visitDeeper
)

Parameters

node
Type: Node
The node being parsed
visitDeeper
Type: SystemBoolean
Set to true to recurse deeper

Return Value

Type: Node
The node given in method call
See Also