penthouse icon indicating copy to clipboard operation
penthouse copied to clipboard

Output Wrong CSS

Open 0xtoorich opened this issue 3 years ago • 1 comments

original CSS:

.elem {
  margin: 0 .-18rem;
}

output:

.elem{margin: 0.-18rem}

expected:

.elem{margin: 0 .-18rem}

0xtoorich avatar Feb 22 '22 17:02 0xtoorich

Hi! I cannot reproduce this. Do you still have the error? If so, could a reproducible test case - or at least a url this happens on?

pocketjoso avatar Mar 26 '22 12:03 pocketjoso