postcss / sugarss

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

bug with comments #12

Closed talgautb closed 8 years ago

talgautb commented 8 years ago

I have such problem. input:

.page
    font-family: 'Open Sans', Arial, serif
    /* transform: rotate(90deg) */
    background: black

output:

.page {
    font-family: 'Open Sans', Arial, serif
    /* transform: rotate(90deg) */
    background: black {}
}
ai commented 8 years ago

I will look tomorrow. Is it OK?

ai commented 8 years ago

You can use inline comments for now //

talgautb commented 8 years ago

@ai ok, i test it for myself. with // same problem

ai commented 8 years ago

Fixed 2c282425858602349c99430c826fb1c3e44e363d