ExFig Action
Version updated for https://github.com/DesignPipe/exfig-action to version v3.1.2.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The ExFig Action is a GitHub Action that automates the process of exporting design assets such as colors, icons, images, and typography from Figma to a codebase using the ExFig CLI. It solves the problem of manual asset extraction and synchronization by providing features like caching for incremental exports, filtering, and configurable export options. This action streamlines design-to-development workflows by enabling seamless asset integration and supports advanced capabilities like granular caching, rate limiting, and Slack notifications for updates or errors.
What’s Changed
[3.1.2] - 2026-04-01
Bug Fixes
- lint: Handle empty stdout when ExFig finds no issues by @alexey1312