Open
Description
In some cases, the order of declaration matters, for example when applying :hover
and :active
pseudoselectors. Because an element can be in both a :hover
and :active
state at the same time, it's important to declare :active
after :hover
, so that it takes precedence. Cljss doesn't seem to take order of declaration into account, which can make it impossible to correctly apply certain pseudoselectors like the ones above on a single element.
Metadata
Metadata
Assignees
Labels
No labels