Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compressed style: Fix space removal after ancestor
echo '.foo .bar{top:0}' | sassc/bin/sassc -t compressed Before: `.foo.bar{top:0}` After: `.foo .bar{top:0}` Fixes sass#2988
- Loading branch information