Less.

WithInputPath(DocumentConfig) Method

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.
Assembly
Wyam.Less.dll
Namespace
Wyam.Less
Containing Type
Less

Syntax

public Less WithInputPath(DocumentConfig inputPath)

Parameters

Name Type Description
inputPath DocumentConfig A delegate that should return a Wyam.Common.IO.FilePath.

Return Value

Type Description
Less The current instance.
GitHub