(defn but "Selector predicate, matches elements which are rejected by the specified selector-step. See CSS :not" [selector-step] (intersection [any (but-node selector-step)]))
Comments top
No comments for but. Log in to add a comment.