Sass.

WithIncludePaths(DirectoryPath[]) Method

Summary

Adds a list of paths to search while processing includes.
Assembly
Wyam.Sass.dll
Namespace
Wyam.Sass
Containing Type
Sass

Syntax

public Sass WithIncludePaths(params DirectoryPath[] paths)

Parameters

Name Type Description
paths DirectoryPath[] The paths to include.

Return Value

Type Description
Sass The current instance.
GitHub