extend-exact.css 468 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .replace.replace .replace,
  2. .c.replace + .replace .replace,
  3. .replace.replace .c,
  4. .c.replace + .replace .c,
  5. .rep_ace {
  6. prop: copy-paste-replace;
  7. }
  8. .a .b .c {
  9. prop: not_effected;
  10. }
  11. .a,
  12. .effected {
  13. prop: is_effected;
  14. }
  15. .a .b {
  16. prop: not_effected;
  17. }
  18. .a .b.c {
  19. prop: not_effected;
  20. }
  21. .c .b .a,
  22. .a .b .a,
  23. .c .a .a,
  24. .a .a .a,
  25. .c .b .c,
  26. .a .b .c,
  27. .c .a .c,
  28. .a .a .c {
  29. prop: not_effected;
  30. }
  31. .e.e,
  32. .dbl {
  33. prop: extend-double;
  34. }
  35. .e.e:hover {
  36. hover: not-extended;
  37. }