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

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

Open
saturday1 opened this issue Mar 11, 2020 · 0 comments
Open

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

saturday1 opened this issue Mar 11, 2020 · 0 comments

Comments

@saturday1
Copy link

saturday1 commented Mar 11, 2020

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.

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