Re: [csswg-drafts] [css-nesting]The parent selector should not be placed inside the subselector

```css
@nest .parent {
 .foo {
   color: red;
 }
 .foo2 {
   color: yellow;
 } 
 .foo3 {
   color: blue;
 }
}
```
like less, I just write .parent once @tabatkins 

-- 
GitHub Notification of comment by wangmeijian
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2909#issuecomment-405788821 using your GitHub account

Received on Wednesday, 18 July 2018 02:29:11 UTC