Skip to content

Commit adc6b8f

Browse files
authored
Fix syntax error in stroke property example (mdn#43668)
1 parent 09d8ff0 commit adc6b8f

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/css/reference/properties/stroke

1 file changed

+1
-1
lines changed

files/en-us/web/css/reference/properties/stroke/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The **`stroke`** [CSS](/en-US/docs/Web/CSS) property defines the color or SVG pa
1616
```css
1717
/* assorted color values */
1818
stroke: rgb(153 51 102 / 1);
19-
stroke: color-mix(in lch, var(--primaryColor) 35%, gray 15%));
19+
stroke: color-mix(in lch, var(--primaryColor) 35%, gray 15%);
2020
stroke: dodgerblue;
2121
stroke: currentColor;
2222
stroke: transparent;

0 commit comments

Comments
 (0)