penthouse
penthouse copied to clipboard
Output Wrong CSS
original CSS:
.elem {
margin: 0 .-18rem;
}
output:
.elem{margin: 0.-18rem}
expected:
.elem{margin: 0 .-18rem}
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?