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

Figma's Group by Folder for Typography feature let export typography command generate non-valid code snippet #77

Closed lichin-lin closed 3 years ago

lichin-lin commented 3 years ago

For text style value like inter/main, inter/main2 will cause figma-export typography -i command create not valid format in the codes.

Figma File and Docs

You can take a look for the file here Figma File Link

Error screenshot

截圖 2021-02-25 上午11 20 07

Expected result

Generate valid code snippet, maybe let the value become: inter_main, inter_main2 or interMain, interMain2 or intermain, intermain2