ProjectEvergreen / project-evergreen

Wiki and high level "feature" tracker for Project Evergreen
https://projectevergreen.github.io/
Apache License 2.0
11 stars 1 forks source link

Add support for nested selectors #23

Open thescientist13 opened 6 years ago

thescientist13 commented 6 years ago

Native support for syntax like this

:host {
  width: 80%;
  margin: 0 auto;

  span.cta {
    color: red;
  }

Currently I think the spec calls for using an &? Should confirm the browser support and stage of this spec.

https://github.com/w3c/csswg-drafts/issues/998 https://github.com/w3c/csswg-drafts/issues/2701

thescientist13 commented 6 years ago

It got approval! 🎉