This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
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 #2988
- Loading branch information