combinator.css 135 B

123456789101112
  1. -Option/root .public/section ~ .public/section:before {
  2. }
  3. .x .y {}
  4. .x > .y {}
  5. .x ~ .y {}
  6. .x + .y {}
  7. .x.y {}
  8. .x .y {}
  9. .x
  10. .y {}