RedMadRobot / figma-export

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

Added possibility of separate text styles extension generation #113

Closed ttoxa-xa closed 3 years ago

ttoxa-xa commented 3 years ago

Description

In some cases we need to use exported separately from Label, for example - in text field etc.

Changes

Added an optional iOS param labelStyleSwift Added generation of LabelStyle extensions with factory methods for each style Make LabelStyle public Updated CONFIG.md