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 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:
NodeThe node given in method call
See Also