forked from bernaferrari/FigmaToCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: forkgitss/bernaferrari-FigmaToCode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: bernaferrari/FigmaToCode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 49 files changed
- 3 contributors
Commits on Feb 4, 2026
-
fix: don't add opacity modifier for variable colors (bernaferrari#250)
When a color is from a Figma variable that already contains alpha, the output was incorrectly adding an opacity modifier like /50. For example, a variable 'myVar' defined as rgba(255,0,0,0.5) was generating 'bg-myVar/50' instead of just 'bg-myVar'. The fix skips the opacity modifier when colorType is 'variable' since the alpha is already baked into the variable definition. Adding the modifier would incorrectly compound the opacity. Fixes bernaferrari#232 Co-authored-by: Michael Golden <michael@wayframe.com>
Configuration menu - View commit details
-
Copy full SHA for 3b77692 - Browse repository at this point
Copy the full SHA 3b77692View commit details
Commits on May 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 97d308c - Browse repository at this point
Copy the full SHA 97d308cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fda832f - Browse repository at this point
Copy the full SHA fda832fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c823c20 - Browse repository at this point
Copy the full SHA c823c20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0408795 - Browse repository at this point
Copy the full SHA 0408795View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9306dd4 - Browse repository at this point
Copy the full SHA 9306dd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dd0ea9 - Browse repository at this point
Copy the full SHA 1dd0ea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01870aa - Browse repository at this point
Copy the full SHA 01870aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b29460 - Browse repository at this point
Copy the full SHA 7b29460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b3b694 - Browse repository at this point
Copy the full SHA 3b3b694View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main