Skip to content

backgroundPositions should concatenate values without a comma #277

@TomiS

Description

@TomiS

At the moment

CssJs.backgroundPositions([#right, #top])

produces CSS

background-position: right, top;

I believe it should concatenate the values without a comma like this

background-position: right top;

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