Skip to content

Commit

Permalink
refactor(icon): remove addition style
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
liamdebeasi authored Mar 29, 2024
1 parent e81ddbd commit e889902
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/icon/icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
}

.ionicon-stroke-width {
stroke-width: 32px;
stroke-width: var(--ionicon-stroke-width, 32px);
}

Expand Down

0 comments on commit e889902

Please sign in to comment.