We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d8ff0 commit adc6b8fCopy full SHA for adc6b8f
files/en-us/web/css/reference/properties/stroke/index.md
@@ -16,7 +16,7 @@ The **`stroke`** [CSS](/en-US/docs/Web/CSS) property defines the color or SVG pa
16
```css
17
/* assorted color values */
18
stroke: rgb(153 51 102 / 1);
19
-stroke: color-mix(in lch, var(--primaryColor) 35%, gray 15%));
+stroke: color-mix(in lch, var(--primaryColor) 35%, gray 15%);
20
stroke: dodgerblue;
21
stroke: currentColor;
22
stroke: transparent;
0 commit comments