-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Sup! Thank you for lib, but now we can't use it cause of bug with indexes. When I put xpath with index more than 9:
cssify("/li[10]")
# cssify.cssify.XpathException: Invalid or unsupported Xpath: /li[10]Expected behaviour is:
cssify("/li[10]")
# 'li:nth-of-type(10)'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels