1
0
mirror of https://github.com/ericchiang/pup synced 2024-11-23 16:38:21 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
ericchiang
e4043764a0 not and parent-of selectors added 2014-11-10 00:17:27 -05:00
ericchiang
d0ff822037 pup redone
Added:
* psuedo classes
   :empty
   :[first/last/only]-child
   :[first/last/only]-of-type
   :contains("text")
   :nth[-last]-child(n|odd|even|3n+1|n+2)
   :nth[-last]-of-type(n|odd|even|3n+2|n+2)
* json{} attr keys moved up a level
* quote enclosed attr selectors
* '+' and '>' intermediate selectors
2014-11-09 22:01:20 -05:00
ericchiang
1aa3770b59 dist removed from history 2014-09-14 16:16:21 -04:00
ericchiang
1b27120ea8 Initial commit 2014-09-01 12:54:45 -04:00