Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Add support for nested selectors #23

Open
thescientist13 opened this issue May 25, 2018 · 1 comment
Open

Add support for nested selectors #23

thescientist13 opened this issue May 25, 2018 · 1 comment
Labels
CSS enhancement New feature or request future spec upcoming feature watching / tracking

Comments

@thescientist13
Copy link
Member

thescientist13 commented May 25, 2018

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.

w3c/csswg-drafts#998
w3c/csswg-drafts#2701

@thescientist13 thescientist13 added future spec upcoming feature watching / tracking enhancement New feature or request CSS labels May 25, 2018
@thescientist13
Copy link
Member Author

It got approval! 🎉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CSS enhancement New feature or request future spec upcoming feature watching / tracking
Projects
None yet
Development

No branches or pull requests

1 participant