Adds a list of paths to search while processing includes.
- Namespace
- Statiq
.Sass - Containing Type
- CompileSass
Syntax
public CompileSass WithIncludePaths(params NormalizedPath[] paths)
Parameters
Name | Type | Description |
---|---|---|
paths | NormalizedPath[] | The paths to include. |
Return Value
Type | Description |
---|---|
CompileSass | The current instance. |