multiple box shadows #231
Replies: 2 comments 5 replies
-
Yes, this is what I would ultimately love for box shadows. Right now it's an object, but I think really we should store it as a string or an array, e.g. I'll create an issue for that. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Just started to use figma tokens. Would love to have this in place! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, defining a box shadow can only hold 1 set of values. Whilst in reality (and figma can handle this too through their effects functionality) you can "stack" multiple sets in 1 box shadow. Is there some way of obtaining the same thing with this plugin?
Something like this:
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.20), 0 3px 3px -2px rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.14);
Beta Was this translation helpful? Give feedback.
All reactions