RedMadRobot / figma-export

Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project
MIT License
726 stars 114 forks source link

Show error when a user tries to export an unsupported Color Style #50

Closed subdan closed 3 years ago

subdan commented 3 years ago

Example. FigmaExport, iOS and Android doesn't support gradient colors. When a user tries to export this Color Style output:

❌ Error: unable to export gradient Color Style <name>. Exclude this Color Style from exporting by setting "none" in the description field of the Color Style.
Skip this Color Style for now? y/n
> y

Optional: Add ability to skip exporting unsupported Color Styles. See #49

subdan commented 3 years ago

Resolved in 0.18.7 by #59