ExFig Action
Version updated for https://github.com/alexey1312/exfig-action to version v1.0.15.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The ExFig Action is a GitHub Action designed to automate the export of design assets such as colors, icons, images, and typography from Figma to a codebase using the ExFig CLI. It streamlines asset management by providing caching for incremental exports, reducing redundant processing and improving efficiency. The action is particularly useful for teams looking to integrate Figma assets directly into their development workflows while maintaining consistency and saving time.
Release notes
[1.0.15] - 2026-01-21
Bug Fixes
- action: Preserve newlines in Slack config list by fixing escape_for_sed by @alexey1312