Appearance
type Type = "variable" | "function" | "mixin" | "placeholder";
Defined in: type.ts:8
Type for SassDoc node
1.0.0
Simon Kovtyk