egoist / tailwindcss-icons

Use any icon (100,000+) from Iconify, for TailwindCSS
MIT License
830 stars 17 forks source link

Icon can't keep aspect ratio after project is built #23

Closed remvn closed 9 months ago

remvn commented 9 months ago

I'm using this icon library in a Nuxt 3 project.

When in dev mode: image

When in production mode: image

I can fix that by adding these CSS properties, but I couldn't find an option to set it via the library's API.

-webkit-mask-size: contain;
-webkit-mask-position: center;
github-actions[bot] commented 9 months ago

:tada: This issue has been resolved in version 1.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: