futursolo/stylist-rs

Style leaking with selector list

Closed this issue · 0 comments

Currently stylist cannot handle selector list properly:

div, span {
    color: red;
}

Will result in:

.stylist-12345678 div, span {
    color: red;
}