| ▲ | james_marks 3 hours ago | |
Nice work! How does it do applying styles from an existing codebase? We have style guides, strong base css, etc. If that was represented when it built in Figma, that could be interesting. | ||
| ▲ | dannote 2 hours ago | parent [-] | |
Thanks! Right now it doesn't parse CSS directly, but you can bind colors to Figma variables:
Then reference them in JSX render:
So if you map your design tokens to Figma variables first, components will reference them. Parsing CSS/Tailwind configs automatically could be a good feature though. | ||