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
Source
value is used for the input document path.
- Namespace
- Statiq
.Sass - Containing Type
- CompileSass
Syntax
public CompileSass WithInputPath(Config<NormalizedPath> inputPath)
Parameters
Name | Type | Description |
---|---|---|
inputPath | Config |
A delegate that should return a NormalizedPath . |
Return Value
Type | Description |
---|---|
CompileSass | The current instance. |