Merged idea

This idea has been merged into another idea. To comment or vote on this idea, please visit WEBFLOW-I-235 Nested "children of" styles.

CSS Combinators Merged

Would love the ability to style descendants, children, etc. For example, rather than having to give each list item in a list its own class, the <ul> could be given a class to style them all. 

ul.list-name li {
    color: black;
}

  • Sean Tubridy
  • Jan 18 2017