mixins-named-args.css 356 B

12345678910111213141516171819202122232425262728
  1. .named-arg {
  2. color: blue;
  3. width: 5px;
  4. height: 99%;
  5. args: 1px 100%;
  6. text-align: center;
  7. }
  8. .class {
  9. width: 5px;
  10. height: 19%;
  11. args: 1px 20%;
  12. }
  13. .all-args-wrong-args {
  14. width: 10px;
  15. height: 9%;
  16. args: 2px 10%;
  17. }
  18. .named-args2 {
  19. width: 15px;
  20. height: 49%;
  21. color: #646464;
  22. }
  23. .named-args3 {
  24. width: 5px;
  25. height: 29%;
  26. color: #123456;
  27. }