builtins.css 651 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. body {
  2. color: "hello world";
  3. height: 5.1666666666667;
  4. height: 5px;
  5. height: 6px;
  6. width: 0.66666666666667;
  7. width: 1;
  8. width: 0;
  9. width: 1;
  10. width: 3px;
  11. color: #ff112233;
  12. color: #992c3742;
  13. color: #992c3742;
  14. }
  15. format {
  16. format: "rgb(32, 128, 64)";
  17. format-string: "hello world";
  18. format-multiple: "hello earth 2";
  19. format-url-encode: 'red is %A';
  20. eformat: rgb(32, 128, 64);
  21. }
  22. #functions {
  23. str: true;
  24. str: false;
  25. num: true;
  26. num: true;
  27. num: true;
  28. num: false;
  29. col: true;
  30. col: false;
  31. col: true;
  32. col: true;
  33. key: true;
  34. key: false;
  35. px: true;
  36. px: false;
  37. per: true;
  38. per: false;
  39. em: true;
  40. em: false;
  41. }