Skip to content

[-1vw] compiles into [-1 vw] #69

@saturday1

Description

@saturday1

Hello!

I have a problem that when I write:

margin-left: -1vw;

It compiles into:

margin-left: -1 vw;

And it failes in the browser as a typo. Observe the space between the number [1] and the unit [vw]

Anyone have a solution for it?

Ps. I seems to have to be minus and vw. -10px seems to compile without space.

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