BlessCSS / bless

CSS Post-Processor
blesscss.com
MIT License
282 stars 60 forks source link

Double curly brackets in comments cause style ruining #52

Open thybzi opened 9 years ago

thybzi commented 9 years ago

Comments of specific kind in source CSS become broken after applying bless, ruining surrounding styles.

this code:

.previous-block {
    [...]
}

/* My block {{ */
.my-block {
    [...]
}
/* }} My block */

becomes:

.previous-block {
    [...]
} */
.my-block {
    [...]
}
/* }} My block */
aabenoja commented 9 years ago

Reported in #24, will be resolved in v4.