-
### Describe the bug
A component with a `` block that only uses `:root { }` to specify CSS variables will log a warning for an unused CSS selector:
```
2:02:11 AM [vite-plugin-svelte] src/lib/c…
-
Hi @dimfeld - I was reviewing my app for some potential optimizations and noticed that a lot of the components exported by Svelte Maplibre are importing the entire maplibre-gl lib, is it possible to t…
-
## Describe the bug
I'm using Webpack 5 (via `@symfony/webpack-encore`) and getting a bunch of errors when I import the components. It seems to be [a common problem](https://github.com/webpack/webp…
-
The current version has a problem with the Blockquote component, which is already fixed.
See:
https://github.com/bmschmidt/pandoc-svelte-components/issues/7
-
### Describe the problem
This came up in Discord:
It might be useful for library components to accept either a snippet or a regular component as input.
```svelte
{#snippet item(data)}
…
-
Currently, the P42 panel in VS Code shows the following message when opening Svelte files:
```
The content type of 'File.svelte' is unsupported.
```
Implementing support for Javascript inside ``…
-
With new APIs in Svelte 5 like [Snippets](https://svelte-5-preview.vercel.app/docs/snippets) as well as [breaking changes](https://svelte-5-preview.vercel.app/docs/breaking-changes) (especially the on…
-
I have been trying to use this library to create forms and here are my thoughts:
- Limited set of attributes for standard elements. Here are a few cases
- `type` (`submit`, `reset`, etc), for `…
-
Trying to add Prettier to my project: https://github.com/hrishikesh-k/blog. Running `npx prettier . --write` fails with the above error. Here's the entire output:
Terminal output
```
npx pr…
-
Background:
dotLottie-web is a JavaScript library that includes several packages in a monorepo, which wrap its APIs into neat component packages for various frameworks such as React, Vue, Solid, Svel…