Designer News
Where the design community meets.
3 years ago from Jeff T, Product Designer
Gotcha, thanks! You guys have done an amazing job with this. It's a long time coming in this industry and as someone who's been in it a long time, it's a relief to see.
Re: syncing with code, I think I meant: if I change an icon in Figma, I want the SVG code to be pushed to Zeroheight and then via Zeroheight a way to push to a Github repo which can then be merged with production code. Or, say, if I change the properties of a font in the type system, it will push that CSS live. Or is this currently possible and there's something I'm not understanding? Admittedly I'm a designer not a developer so certain intracacies of that stuff might be lost to me.
This is not going to happen anytime soon. Clean HTML and SVG for the web is usually quite different than what is automatically generated by tools like Figma/Sketch/etc.
I can't edit my web ready UI icon SVGs in Figma or Illustrator because it ruins all my class names and carefully cleaned up code.
Figma has no concept of real HTML or CSS, it is just absolutely positioned rectangles. You can't provide clean handoff to devs without essentially rewriting the code in Zeroheight to clarify what classnames or React components or what-have-you correlate with a component in Figma. There isn't even a good way to sync up color variables between Figma design tokens and a web design token JSON or SCSS variables.
Zeroheight is a great tool, but until we switch from Figma/Sketch to tools actually built on HTML/CSS you won't see this magical two-way syncing ever work cleanly (and without infuriating developers).
For example Figma has no single-direction borders. To translate a box-shadow or manually added horizontal line in Figma to the correct CSS for your code design system you have to write it manually because there is no way to know that is what was intended automatically if Figma isn't actually using border property CSS.
Designer News
Where the design community meets.
Designer News is a large, global community of people working or interested in design and technology.
Have feedback?
Hey Derek, I'm one of the founders at zeroheight :) Super heart warming to read this!
I'm not sure exactly what you mean by this but we definitely have plans to improve the connection between the design system documentation and development environments - both for testing and prod. One example is our focus this year on making drastic improvements to our design tokens API so that eventually designers can make changes to design values and see those reflected in code seamlessly, giving design teams the power to essentially practice continuous integration without involving developers... watch this space!