css space around binary operator
legend-sabbir opened this issue · 1 comments
legend-sabbir commented
Description
Input
With this new feature, when I give like this input:
body>h1 {}
Expected Output
I'd like to see this output:
body > h1 {}
Environment
OS:
rbiswasTw commented
@legend-sabbir - which ENV is having this issue. I have tested this in Javascript, and it works fine.
body>h1 {}
returns
body > h1 {}