figma_import_style_by_key
Import Figma library styles by key to make them available locally. Supports batch import and enables applying styles by name.
Instructions
Import library styles by key so they become available locally. Use figma_get_styles to find keys. Supports batch import via styleKeys array. After import, styles can be applied with figma_apply_style by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| styleKey | No | Single style key to import | |
| styleKeys | No | Array of style keys to import (batch) |