arity.css 283 B

12345678910111213141516171819202122232425
  1. .one {
  2. color: one;
  3. color: one;
  4. }
  5. .two {
  6. color: two;
  7. color: two;
  8. }
  9. .three {
  10. color: three;
  11. color: three;
  12. }
  13. .multi-foo {
  14. color: two;
  15. color: three;
  16. color: two;
  17. color: three;
  18. color: three;
  19. }
  20. .multi-baz {
  21. color: two;
  22. color: three;
  23. color: two;
  24. color: three;
  25. }