matype / stylefmt

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

Don't format nth-child params #68

Closed kristerkari closed 8 years ago

kristerkari commented 8 years ago

Currently CSSfmt is formatting:

&:nth-child(5n+1) {
  color: blue;
}

to this:

&:nth-child(5n + 1) {
  color: blue;
}
matype commented 8 years ago

:+1: