Closed kristerkari closed 8 years ago
Currently CSSfmt is formatting:
&:nth-child(5n+1) { color: blue; }
to this:
&:nth-child(5n + 1) { color: blue; }
:+1:
Currently CSSfmt is formatting:
to this: