- From: François REMY <francois.remy.dev@outlook.com>
- Date: Fri, 5 Apr 2013 18:17:53 +0200
- To: Simon Sapin <simon.sapin@exyr.org>, Brian Kardell <bkardell@gmail.com>
- CC: "www-style@w3.org" <www-style@w3.org>
You seem to miss that you can't do :not() on complex selectors, and the same goes for the AND juxtaposition. .list .item:any-of( .start, :all-of(.start ~ *, :not(.end ~ *)) ) { // I'm a visible item because I'm between the start and the end item. }
Received on Friday, 5 April 2013 16:18:21 UTC