Re: [csswg-drafts] [css-scoping] Please bring back scoped styles (#3547)

Nice! Actually a syntax like this might be cool (not sure how hard it'd be to implement and what would be the cons)

```css
@scope (from: .carousel) and (to: .carousel-slide-content) {
  p { color: red }
}
```

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

Received on Friday, 23 August 2019 07:31:38 UTC