FigmaToCode
FigmaToCode copied to clipboard
Generate responsive pages and apps on HTML, Tailwind, Flutter and SwiftUI.
While looking through the codebase it seems the code is using quite a lot of different build tools. For example, I see... - next.js - vite - Rollup - ESBuild...
Hi, It looks like there is an issue with the outputted tailwind line-height classes. We have a text layer in Figma with font-size 14px and line-height 24px. The outputted tailwind...
Bumps [next](https://github.com/vercel/next.js) from 15.3.4 to 15.4.8. Release notes Sourced from next's releases. v15.4.8 Please see CVE-2025-66478 for additional details about this release. v15.3.6 Please see CVE-2025-66478 for additional details about...
### Steps to Reproduce ### Expected Behavior text-[28px] color-[#1447e6] ### Actual Behavior font-size 28px converted to "text-3xl" . color is #3173BB but get text-blue-700(#1447e6) ### Design Reference _No response_ ###...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.19 to 5.4.21. Release notes Sourced from vite's releases. v5.4.21 Please refer to CHANGELOG.md for details. v5.4.20 Please refer to CHANGELOG.md for details. Changelog Sourced from vite's...
When you have multiple shadows on an element in figma and you generate the tailwind code it attaches 2 shadow- classes however only 1 can ever be applied to an...
### Steps to Reproduce 1. Have a color variable that already contains some alpha value 2. Generate output using Tailwind 3. The output will be like `bg-myVar/50`, although `/50` should...