Hey, so the issue I have right now that when I try to copy styles from Figma to Webflow I have to be a bit creative.
My current structure is:
div.wrapper {padding: 1px, background: gradient}
div.content {width: 100%, height: 100%, background: solid black}
this helps me to create an illusion for a border with gradient BUT
I just got new designs from one of my client and they use transparent content
soo div.wrapper with white/transparent gradient
and div.content background: transparent
no chance to do it no?
adding gradients to borders would solve so many issues and save so much time