fa-svelte icon indicating copy to clipboard operation
fa-svelte copied to clipboard

TailwindCSS classes?

Open pavelloz opened this issue 3 years ago • 0 comments

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:

  • making it less specific so that tailwind will override it,
  • not include dimensions part when someone defined any css classes (might not be the most intuitive thing in the world)
  • remove default dimensions altogether when someone sets flag to "skipSizing" or something

Thank you very much :)

pavelloz avatar May 17 '21 11:05 pavelloz