BlessCSS/bless

Double curly brackets in comments cause style ruining

Opened this issue · 1 comments

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 */

Reported in #24, will be resolved in v4.