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