get_mixin
Fetch a SCSS mixin's complete definition by name, including signature, parameter list, doc comment, full body, and source path with line range.
Instructions
Return one mixin: signature, parameter list, doc comment, full body, source path + line range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Mixin name (e.g. "btn", "card", "animate", "wrap"). |