You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using a 'rem' value for the size isn't working. The icon is not visible.
You can see this on your own page: https://fengyuanchen.github.io/vue-feather/ scroll down to "Size". There are 4 stars visible, the code example includes 5 sizes.
The text was updated successfully, but these errors were encountered:
I found out that the icon is shown when adding style="width:1.5rem;height:1.5rem" to the i-element in browsers inspector mode. Maybe you can add explicit element sizes to the html element when using rem values.
Hello,
using a 'rem' value for the size isn't working. The icon is not visible.
You can see this on your own page: https://fengyuanchen.github.io/vue-feather/ scroll down to "Size". There are 4 stars visible, the code example includes 5 sizes.
The text was updated successfully, but these errors were encountered: