Summary
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 Wyam.Common.Meta.Keys.RelativeFilePath
metadata value is used for the input document path.
Syntax
public Sass WithInputPath(DocumentConfig inputPath)
Parameters
Name |
Type |
Description |
inputPath |
DocumentConfig |
A delegate that should return a Wyam.Common.IO.FilePath . |
Return Value
Type |
Description |
Sass |
The current instance. |