arity.css 307 B

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