svelte-material-icons
svelte-material-icons copied to clipboard
Not completely tailwind compatible
I tried implementing this package, but the size
property default value supersedes the Tailwind w-#
and h-#
classes. For example, if I set w-6
(1.5rem
), the icon still shows as 1rem
.
This would be fine if I didn't need the to resize the icons for different breakpoints. Ex: w-6 sm:w-4