parens.css 639 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .parens {
  2. border: 2px solid black;
  3. margin: 1px 3px 16 3;
  4. width: 36;
  5. padding: 2px 36px;
  6. }
  7. .more-parens {
  8. padding: 8 4 4 4px;
  9. width-all: 96;
  10. width-first: 96;
  11. width-keep: 96;
  12. height: calc(100% + (25vh - 20px));
  13. height-keep: 113;
  14. height-all: 113;
  15. height-parts: 113;
  16. margin-keep: 12;
  17. margin-parts: 12;
  18. margin-all: 12;
  19. border-radius-keep: 8px / 4 + 3px;
  20. border-radius-parts: 8px / 7px;
  21. border-radius-all: 5px;
  22. }
  23. .negative {
  24. neg-var: -1;
  25. neg-var-paren: -1;
  26. }
  27. .nested-parens {
  28. width: 71;
  29. height: 6;
  30. }
  31. .mixed-units {
  32. margin: 2px 4em 1 5pc;
  33. padding: 6px 1em 2px 2;
  34. }
  35. .test-false-negatives {
  36. a: (;
  37. }