Cweili / svelte-fa

Tiny FontAwesome component for Svelte
https://cweili.github.io/svelte-fa/
MIT License
398 stars 24 forks source link

Symbols #321

Closed hawk93 closed 4 months ago

hawk93 commented 6 months ago

Hi, I added a poc to implement symbol usage, closing #307

Cweili commented 4 months ago

Thank you for your contribution.

However, I have noticed that the use of CSS Variables, which may reduce browser compatibility. It could potentially result in a breaking change.

Cweili commented 4 months ago

There are still some work to be completed for this feature, such as adding test cases and documentation. I will add them when I have free time, or you are welcome to continue submitting PRs.

Commits have been merged into branch feat/symbols.

Thanks!