J

Results 80 comments of J

This should no longer result in an error, but it also (probably) means the file won't be formatted for you automatically. I don't know enough to solve that.

What libraries can achieve this? ~~This would be a good option if we could add it as a plugin to the PostCSS config.~~

https://histoire.dev/guide/svelte3/getting-started.html

This is a limitation in `svelte-add` right now because the SvelteKit initializer can provide ESLint and Prettier but the Vite initializer can't, so I have to make it not allow...

I don't know if this is a `pnpm` bug, and whether or not it is, if `@svelte-add/create-vite` can be fixed to work around it.

This is likely the same issue as #210

> I suggest, that bootstrap should be meta adder, who can allow to choose vanilla or some svelte component implementation. > > Also sass, postcss should be extracted to separate...

This would be closed by https://github.com/svelte-add/bootstrap (published and able to be used now with `npx svelte-add@latest bootstrap` or `npm init @svelte-add/kit@latest`), but because I don't use Bootstrap, I don't know...

Note to self: * https://www.npmjs.com/package/svelte-bootstrapjs-action

Check out the Svelte action for Bootstrap JS posted above: https://www.npmjs.com/package/svelte-bootstrapjs-action It might help, but I don't know because I have neither used Bootstrap JS on its own nor with...