leafo / scssphp

SCSS compiler written in PHP
MIT License
1.34k stars 216 forks source link

Fix proposal for #598 #689

Closed Cerdic closed 5 years ago

Cerdic commented 5 years ago

As relationshop operators in selectors are recombined in the compiler itself, the space around coming from the general gluing rule for selector part, it seems hard to break everything to make this buble up until the Formatter.

But I think a simple str_replace() in the Formatter is safe here and get the improvement at low cost.