FigmaToCode
FigmaToCode copied to clipboard
[bug]: Tailwind output is adding /${opacity} even if color variable already contains alpha
Steps to Reproduce
- Have a color variable that already contains some alpha value
- Generate output using Tailwind
- The output will be like
bg-myVar/50, although/50should be omitted as the var already contains this opacity val.
Expected Behavior
No response
Actual Behavior
No response
Design Reference
No response
Screenshots or Videos
No response