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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend shadows to accept spread #809

Open
angelikatyborska opened this issue Feb 12, 2024 · 0 comments
Open

Extend shadows to accept spread #809

angelikatyborska opened this issue Feb 12, 2024 · 0 comments

Comments

@angelikatyborska
Copy link
Contributor

The current shadow generation tool accepts only offset, blur, and color:

$layer: (
'color': $color,
'offset': $layer-offset,
'blur-radius': $layer-blur-radius,
);

The CSS property box-shadow can also have a spread value. The shadow generation tool is not able to handle that currently.

Please note that the second usage of shadow generation is the drop-shadow filter which does not support a spread value. How to handle that?

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

No branches or pull requests

1 participant