Complex selector #476
johnylemon
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had to use more complicated selector than simple
#foo
or.bar
selectors.I found that this library does not work with selectors like
#foo .bar
or#foo .bar:nth-of-type(even)
etc.Sometimes front does not specify any additional
id-s
or[data-somethig]
attributes, and more complex selector would be really helpful here.Beta Was this translation helpful? Give feedback.
All reactions