We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aea962 commit 9866ff7Copy full SHA for 9866ff7
1 file changed
sass/iconify.scss
@@ -1,13 +1,15 @@
1
@use "iconify-icons";
2
3
-.iconify-icon {
+i.iconify-icon {
4
mask-repeat: no-repeat;
5
-webkit-mask-repeat: no-repeat;
6
mask-position: center;
7
-webkit-mask-position: center;
8
mask-size: contain;
9
-webkit-mask-size: contain;
10
vertical-align: -0.125em;
11
+ width: 1em;
12
+ height: 1em;
13
14
&.colored {
15
mask-image: none;
0 commit comments