- Notifications
You must be signed in to change notification settings - Fork53
Add Figma Support#9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
marcedwards commentedDec 27, 2019
Hi! Thank you very much for the pull request. I hope you don’t mind, but I think I have to reject it. I think the .fig files are just the Sketch documents, opened in Figma? For all the templates, I’ve spent a lot of time ensuring the solution is built in a way that’s native to each tool, rather than just converting. I’m also not sure distributing .fig files as part of this project is a good way to support Figma. Being fundamentally cloud based, with very poor local document support, it makes more sense to use Figma’s built in sharing and just link to a document that way. This is an open source project, so you can definitely make your own clone with Figma files, if you’d like. I think I will eventually set up Figma documents and just link to them, rather than including them in the GitHub project itself. |
chrisdrackett commentedDec 28, 2019
no worries, I'll use these files myself, just thought others might want them as well. I did use the sketch files as a base, but needed to switch the child components in all the files to resize via scale and not the default (if you use the sketch files directly in figma things like border radiuses won't scale correctly.) In theory these could also be shared directly in figma, but it would have the same effect as people would be copying a single "version" of the file to use themselves for their icon. |
closes#8