Skip to content

transformVariable()

ts
function transformVariable(node): string | null;

Defined in: transform/type.ts:82

Transform variable node to markdown

Parameters

ParameterTypeDescription
nodeNodeSassDoc variable node

Returns

string | null

Markdown of variable node, or null if no fields could be transformed

Since

1.0.0

Author

Simon Kovtyk