day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
631 stars 68 forks source link

Fix trace--toggle selector in rule. #278

Closed Sardtok closed 4 years ago

Sardtok commented 4 years ago

The previously generated CSS gives:

--re-frame-10x-- tr:hover { .trace--toggle-color: #767A7C;}

The second selector ended up concatenated with the rule using the old nesting.

superstructor commented 4 years ago

Thanks @Sardtok 👍