-
The route, in five steps.
Steps one and two are where the whole thing succeeds or fails. Most of the time people skip them and blame the app.
Apply auto layout everywhere.
Name layers, make components.
Install both halves of the app.
Sync, then fix what broke.
Connect a domain and publish.
-
Preparing the Figma file
Auto layout everywhere. Webflow states that layers need auto layout applied to sync at all. A pixel-positioned frame is invisible to the app, which is why the most common report is that nothing happened.
Name things as you would name classes. The names travel with the sync, and renaming forty layers afterwards inside Webflow is slower than renaming them in Figma now.
Promote repeated blocks to components. A card used eight times should be one component before it moves, or you inherit eight separate things to maintain.
Move colours and spacing into variables. Variables come across, and rebuilding a palette by hand in the style panel is the least interesting hour of the project.
Flatten the decoration you do not need. Gradient overlays and blend modes are the documented weak point. Anything purely decorative is cheaper to export as an asset than to repair after the sync.