Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to transform multiple box-shadows #127

Closed
eugeneross opened this issue Jul 31, 2020 · 2 comments 路 Fixed by #128
Closed

Unable to transform multiple box-shadows #127

eugeneross opened this issue Jul 31, 2020 · 2 comments 路 Fixed by #128

Comments

@eugeneross
Copy link

馃悰 Bug Report

Multiple box-shadow values not transforming.

To Reproduce

Apply two different xstyled box-shadows to an element:

box-shadow: shadows.1, shadows.2;

Expected behavior

Expected output:

box-shadow: 0 0 0 1px blue, 1px 0 0 0 red;

What I'm seeing:
box-shadow: shadows.1,shadows.2;

This works:
box-shadow: shadows.1;

Link to repl or repo (highly encouraged)

I feel this is easy to test without a reproduction. If you think otherwise, let me know.

## System:
 - OS: macOS 10.15.4
 - CPU: (8) x64 Intel(R) Core(TM) i7-6920HQ CPU @ 2.90GHz
 - Memory: 47.07 MB / 16.00 GB
 - Shell: 3.2.57 - /bin/bash
## Binaries:
 - Node: 12.18.2 - ~/.nvm/versions/node/v12.18.2/bin/node
 - Yarn: 1.22.4 - /usr/local/bin/yarn
 - npm: 6.14.5 - ~/.nvm/versions/node/v12.18.2/bin/npm
 - Watchman: 4.9.0 - /usr/local/bin/watchman
@eugeneross
Copy link
Author

@gregberge wow! Thanks for being super responsive to this issue! :)

@eugeneross
Copy link
Author

@gregberge sorry, but when can we expect to see this merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants