You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 :)
The text was updated successfully, but these errors were encountered:
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.Is there wany way of either:
Thank you very much :)
The text was updated successfully, but these errors were encountered: