FigmaToCode icon indicating copy to clipboard operation
FigmaToCode copied to clipboard

[bug]: Tailwind output is adding /${opacity} even if color variable already contains alpha

Open ftzi opened this issue 4 months ago • 0 comments

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 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

ftzi avatar Sep 02 '25 04:09 ftzi