lesscss-engine icon indicating copy to clipboard operation
lesscss-engine copied to clipboard

[-1vw] compiles into [-1 vw]

Open saturday1 opened this issue 4 years ago • 0 comments

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.

saturday1 avatar Mar 11 '20 12:03 saturday1