matype / stylefmt

stylefmt is a tool that automatically formats stylesheets.
Other
2.1k stars 89 forks source link

Fix formatting bug when using multiple direct child selectors #72

Closed kristerkari closed 8 years ago

kristerkari commented 8 years ago

Fix a formatting bug where CSSfmt is formatting this:

> li > a {
}

...to this:

> li> a {
}