Sertac Olgunsoylu
Sertac Olgunsoylu
@PoisonousJohn Thanks for sharing this workaround! We'll brainstorm on this and https://github.com/zeplin/cli/issues/81 to find a built-in solution.
You can get the named instance of a color object using [`Project.findColorEqual`](https://github.com/zeplin/zeplin-extension-documentation/blob/master/model/project.md#Project+findColorEqual) if it's in the project's styleguide. Honestly, this does not seem so intuitive so I think we'll change...
Hey @ldstreet, Each component has a spec data and there usually a large number of components in projects/styleguides. So, even the list of components can be exposed as an array,...
Hey @artemnovichkov I couldn't understand the issue here. 😅 Can you share a sample extension that I can reproduce this or give more detail about this?
Hey there! Private extensions is on our roadmap, we definitely want to add this feature. Stay tuned!
Hi @luispinho! 👋 Thanks for the suggestion. We intend to use options in this extension only for options that affect code generation logic rather coding style and conventions. The reasoning...