Skip to content

backgroundImage does not allow spaces in image file name #530

Open
@Charles1625

Description

@Charles1625

I ran into this problem and then did some investigation. I think the problem is actually in Css.url which needs to put some quotes round the string supplied in the argument. Currently it is returning:
{ backgroundImage = Compatible, value = "url(an image.jpg)" }
when it should be returning:
{ backgroundImage = Compatible, value = "url('an image.jpg')" }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions