transformMixin()
ts
function transformMixin(node): string | null;Defined in: transform/type.ts:128
Transform mixin node to markdown
Parameters
| Parameter | Type | Description |
|---|---|---|
node | Node | SassDoc mixin node |
Returns
string | null
Markdown of mixin node, or null if no fields could be transformed
Since
1.0.0
Author
Simon Kovtyk