Skip to content

Commit e889902

Browse files
authored
refactor(icon): remove addition style
The `stroke-width: 32px` line never applies because of the following line where we apply the CSS Variable. All versions of browsers that Ionicons supports also support CSS Variables, so the `stroke-width: 32px` line isn't needed anymore.
1 parent e81ddbd commit e889902

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/icon/icon.css

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
}
2222

2323
.ionicon-stroke-width {
24-
stroke-width: 32px;
2524
stroke-width: var(--ionicon-stroke-width, 32px);
2625
}
2726

0 commit comments

Comments
 (0)