current-color.css 83 B

12345
  1. .foo {
  2. border: 1px dashed currentColor;
  3. border: 1px dashed currentcolor;
  4. }