-
**Issue:** Not all the required tailwind classes are exported to public/global.css, which leads to unstyled components
**Steps to reproduce:**
1. Initialize project from official svelte template…
-
When i use `jest --coverage`, all tests pass, but some branches do not reach 100% and produce uncovered lines.
Example from a [boilerplate](https://github.com/sebastian-meier/svelte-boilerplate/) o…
-
I absolutely love not having to constantly manage my imports (very Swift-like), but - sadly - working with this plugin results in a somewhat cumbersome workflow due to the lack of IDE support. In part…
-
### Describe the feature in detail (code, mocks, or screenshots encouraged)
Thanks for porting this to svelte!
A code-only API (not bound to components) would be tremendously helpful, e.g. for t…
-
### Describe the problem
The tailwind v4 alpha uses native cascade layers `@layer` which can be read about on the [MDN docs](https://developer.mozilla.org/en-US/docs/Web/CSS/@layer).
The component…
-
Changelog:
[https://github.com/sveltejs/svelte/blob/master/packages/svelte/CHANGELOG.md](https://github.com/sveltejs/svelte/blob/master/packages/svelte/CHANGELOG.md)
-
We've setup a default Sapper project using the very instructions straight from their web site, and are now trying to get testing with Jest working. The only difference that we have from the default Sa…
-
It will be very useful to make Svelte-components for use in SSR Frameworks such as React-based Next.js and Vue-based Nuxt.js.
Maybe, after implementation an adapter for Angular, there will be a usefu…
-
### Describe the problem
Right now `sveltekit package` only preprocesses TS/Svelte files to JS/"vanilla Svelte" files and exports these in their raw form. This is good when you want to use the libr…
-
### Describe the problem
There are many cases where an application needs to connect DOM nodes with IDs:
* form fields and labels (`for`)
* accessible names (`aria-labelledby`)
* more [presented …