Fixes #241 - incorrect handling of :not() selectors.
authorJakub Pawlowicz <jakub@goalsmashers.com>
Wed, 19 Feb 2014 07:38:15 +0000 (07:38 +0000)
committerJakub Pawlowicz <jakub@goalsmashers.com>
Wed, 19 Feb 2014 07:38:15 +0000 (07:38 +0000)
commit363cdb8cb884668e7fdf4a5be2fdf6b3702aec27
tree51e22bc0bed0d8eab41935f6831384d8827f0a45
parenteec9f7585a469ed642a3ab87bd9419b6cf46e29c
Fixes #241 - incorrect handling of :not() selectors.

Since :not() can have multiple selectors passed in, e.g. :not(div,span),
commas need to be handled in a more clever way.
History.md
lib/selectors/optimizer.js
test/data/issue-241-min.css [new file with mode: 0644]
test/data/issue-241.css [new file with mode: 0644]