We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as mention in docs
If multiple shadows are set, they will stack.
but in real they are overwritten
style-elements/src/Style/Internal/Render.elm
Line 251 in 92789fd
By removing that line all works as documented..
PS. would be nice add code example about how stack shadows:
Style.style MyStyleWithMultipleShadow [ Shadow.glow Color.red 5 , Shadow.glow Color.blue 15 ]
The text was updated successfully, but these errors were encountered:
Fixes mdgriffith#136 Shadow stacking
6032961
No branches or pull requests
as mention in docs
but in real they are overwritten
style-elements/src/Style/Internal/Render.elm
Line 251 in 92789fd
By removing that line all works as documented..
PS. would be nice add code example about how stack shadows:
The text was updated successfully, but these errors were encountered: