-
Notifications
You must be signed in to change notification settings - Fork 21
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CSS prop to nodes #19
Comments
braposo
added a commit
that referenced
this issue
Jun 4, 2019
This might be useful to convert all properties to CSS https://github.com/figma/figma-api-demo/blob/master/figma-to-react/lib/figma.js |
braposo
added a commit
that referenced
this issue
Jun 4, 2019
braposo
pushed a commit
that referenced
this issue
Jun 4, 2019
# [1.11.0](v1.10.0...v1.11.0) (2019-06-04) ### Features * add css export to nodes ([08200a8](08200a8)), closes [#19](#19)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After talking to @okonet one of his suggestions was to have a
css
prop in the query that would return the parsed css styles for each node.I think this is a great suggestion and would be extremely useful for building components using figma-graphql.
We need to see which props can be exported as CSS but should be fairly easy to convert them to css props.
The text was updated successfully, but these errors were encountered: