postcss / sugarss

Indent-based CSS syntax for PostCSS
MIT License
707 stars 39 forks source link

semicolon position with same line comments #40

Closed whaaaley closed 8 years ago

whaaaley commented 8 years ago

input:

min-height: em(32) // select

output:

min-height: em(32) /* <select> */;

desired output:

min-height: em(32); /* <select> */

it's not a big deal, but it seems a bit odd to me.

ai commented 8 years ago

I am working on it :). Sorry for delay.

ai commented 8 years ago

Done 2ded0bf

ai commented 8 years ago

Released in 0.1.5.