Skip to content

Version 4.3.4

Compare
Choose a tag to compare
@mikaelvesavuori mikaelvesavuori released this 29 Sep 19:17
· 165 commits to main since this release

This release adds support for outputting colors with six-digit hex format, resolving issue #113 .


The hex color output setting only applies to solid colors; gradients will still use RGBA colors.

Hex color support may potentially interfere with element generation and binding to tokens, since RGB(A) is the format that Figma itself uses, so there is a slight possibility of mismatches in the Figmagic binding process.

Also note that hex colors will not use any alpha/transparency.