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
Hey, you can try applying tailwind classes with user-defined classes. The classes are applied to each toast item. YMMV though, because of CSS specificity.
Generally I'll recommend using the exposed CSS vars and/or the Svelte :global modifier.
Hello, I was hoping to use this library but to re-style the component using a class based approach, a la TailwindCSS.
From the docs I was unsure how to go about this, it seems like only CSS variables or Svelte style block is supported.
Is it possible to add custom classes to various pieces of this toast component?
Thanks!
The text was updated successfully, but these errors were encountered: