DEV Community

Discussion on: What's the difference between CSS `s1 s2 {}` and `s1 > s2 {}`, and how do they cascade?

 
baenencalin profile image
Calin Baenen • Edited

But there's no > there.
Or is that only required when two tag selectors need to be disambiguated?

Thread Thread
 
endymion1818 profile image
Ben Read • Edited

Yes you're close, the space signifies selecting a child in this case.