Skip to content

transformMixin()

ts
function transformMixin(node): string | null;

Defined in: transform/type.ts:128

Transform mixin node to markdown

Parameters

ParameterTypeDescription
nodeNodeSassDoc mixin node

Returns

string | null

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

Since

1.0.0

Author

Simon Kovtyk