Re: CSS Hierarchies / Selector Nesting Proposal

On 6/2/11 10:36 AM, Brad Kemper wrote:
> Why? It looks clear enough (and eminently parse-able) to me to do this:
>
> foo {
>   &  bar, far, :hover {
>     prop: val;
>   }
> }

Is it clear and parseable enough to allow:

   foo {
     & > bar, > far, ~:hover {
       prop: val;
     }
   }

?

-Boris

Received on Thursday, 2 June 2011 15:06:32 UTC