Summary
A delegate that processes the path in
@import statements.
- Assembly
- Wyam
.Sass .dll - Namespace
- Wyam
.Sass - Containing Type
- Sass
Syntax
public Sass 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 |
|---|---|
| Sass | The current instance. |
