Style leaking with selector list
Closed this issue · 0 comments
futursolo commented
Currently stylist cannot handle selector list properly:
div, span {
color: red;
}
Will result in:
.stylist-12345678 div, span {
color: red;
}
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;
}