Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
remvn opened this issue Sep 30, 2023 · 1 comment · Fixed by #24
Closed

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

remvn opened this issue Sep 30, 2023 · 1 comment · Fixed by #24
Labels

Comments

@remvn
Copy link

remvn commented Sep 30, 2023

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
Copy link

github-actions bot commented Oct 2, 2023

🎉 This issue has been resolved in version 1.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant