A delegate that processes the path in
@import
statements.
- Namespace
- Statiq
.Sass - Containing Type
- CompileSass
Syntax
public CompileSass WithImportPath(Func<string, string> importPathFunc)
Parameters
Name | Type | Description |
---|---|---|
importPathFunc | Func |
A delegate that should return the correct import path for a given import. |
Return Value
Type | Description |
---|---|
CompileSass | The current instance. |