RedMadRobot / figma-export

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

Conflict with other packages using Stencil from official repo #149

Closed Fedos closed 2 years ago

Fedos commented 2 years ago

Using Stencil from custom fork turns out a bad idea

subdan commented 2 years ago

Could you please explain why it is a bad idea?

Fedos commented 2 years ago

I'm using Stencil myself from original repo in other packages and now project doesn't build due to conflicts, so I have to stay at the previous version of figma-export.

subdan commented 2 years ago

Do you connect FigmaExport to your project via SPM?

subdan commented 2 years ago

I‘ll try to use original repo. The reason I made a fork is that templates is complex and unreadable because Stencil doesn't support trimming whitespaces and new lines.

subdan commented 2 years ago

I've released a new version where using original Stencil.

Fedos commented 2 years ago

Do you connect FigmaExport to your project via SPM?

Yes

Fedos commented 2 years ago

Along with my own exporters for Figma styles and some other exporters which use original Stencil