Skip to content

Commit

Permalink
Add support for bare and multiple :not() functions in selectors
Browse files Browse the repository at this point in the history
This enables parsing of ".flash:not(.error):not(.warning)" and
":not(p)".

This entailed a huge change to the parser, but I think the parser should
be a bit more robust now by not declaring :not a special case.
  • Loading branch information
Mange committed Jun 28, 2013
1 parent 37828ec commit 64cd3c8
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 228 deletions.
Loading

0 comments on commit 64cd3c8

Please sign in to comment.