Double curly brackets in comments cause style ruining
Opened this issue · 1 comments
thybzi commented
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 */