wixplosives/stylable-intelligence

References funny behavior when selector includes two states with same name

tempit opened this issue · 0 comments

.a:active:c:active {}
Will cause problems.
Similarly when one state is a substring of the other:
.a:state::c:longstate {}
(and in other order as well)