chjj / zest

An absurdly fast CSS selector engine.
MIT License
238 stars 14 forks source link

Add :nth-last-* #11

Closed arextar closed 12 years ago

arextar commented 12 years ago

Whenever looking for :nth-last-*, it starts at the last child and works backwards. (:nth-match and :nth-last-match aren't working: #10)

chjj commented 12 years ago

Should be alright now. I also added the long overdue implementations of nth-last-child and nth-last-of-type.