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

Allow TextStyle to be processable by an AssetsProcessor #78

Closed simonlee2 closed 3 years ago

simonlee2 commented 3 years ago

Description

As mentioned in #77, exporting text styles contained in folders results in invalid names when generating Swift and SwiftUI code. Text styles should allow the same type of configuration for their names as color styles.

Changes

Fixes #77