Specifies a delegate that should be used to get the input path for each
input document. This allows the Sass processor to search the right
file system and paths for include files. By default, the value of
Source
is used for the input document path.
- Namespace
- Statiq
.Less - Containing Type
- CompileLess
Syntax
public CompileLess WithInputPath(Config<NormalizedPath> inputPath)
Parameters
Name | Type | Description |
---|---|---|
inputPath | Config |
A delegate that should return a NormalizedPath . |
Return Value
Type | Description |
---|---|
CompileLess | The current instance. |