Skip to content

Extend shadows to accept spread #809

@angelikatyborska

Description

@angelikatyborska

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions