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
Hello.
I've recently stumbled into an issue when trying to use svelte-french-toast. The styling was misbehaving, and when investigated on their end, it turned out to be a missing option in the rollup configuration. The style: directives were not being applied because of the missing sveltePreprocess plugin.
Hello.
I've recently stumbled into an issue when trying to use
svelte-french-toast
. The styling was misbehaving, and when investigated on their end, it turned out to be a missing option in the rollup configuration. Thestyle:
directives were not being applied because of the missingsveltePreprocess
plugin.Here's a link to the issue
And here you can see a fork of my repo with the fix
If you'd like I could make a PR addressing this.
The text was updated successfully, but these errors were encountered: