alphapeter / fa-svelte

Font Awesome 5 for svelte.js
MIT License
71 stars 3 forks source link

TailwindCSS classes? #30

Open pavelloz opened 3 years ago

pavelloz commented 3 years ago

Hey,

Im trying to create a project with fa-svelte that is using Tailwind, for example, i wanted to set dimensions using w-10 h-10 classes, but it looks like selector from the default is more specific than tailwind declaration.

image

Is there wany way of either:

Thank you very much :)