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