RGBA missing in the CSS shadow color in the dev mode
You create an element with a shadow with:
X: 1 / Y: 1 / B: 4
color: black opacity 10%
When you choose to share your design in dev mode, the CSS attribute are available.
What do you expect:
box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
OR
0000001A;
Current display:
box-shadow: 0px 1px 4px #0000001A;
Can we have the rgba + this code color?
7
votes
Fanny.B
shared this idea