-
**Describe the bug**
When I use an optional chaining syntax in the Svelte component, An error occurs.
It occurs only when I run Storybook, no problem on Rollup.
I expected it is related to Babel so…
-
### Describe the problem
I'd like to be able to override some styles (margins, paddings, colors) for a component I import in a higher order component.
### Describe the proposed solution
Styled c…
-
A bit of refactoring to use svelte with typescript for better developer experience.
-
Hi,
version next.6 did fix many mutation warnings I had, however there is still one instance that I have the warning and it's when
```
-
Svelte introduces runes and changes to event.
I rewrote your component using svelte 5 and typescript.
I do not know your opinion on typescript and therefore did not create pull request.
Here is t…
-
**Describe the bug**
When you want to have 2 layouts that have `:global(body) { ... }` rule and you change the layout based on a condition, those 2 rules override each other and the last imported one…
-
- [ ] Improve component folder structure
- [ ] Improve repeating CSS - tailwind?
- [ ] New CSS #81
- [ ] z-index variables instead of clearly declaring
- [ ] Break up utilities file into subfiles (e.…
-
Just wanna share a quick and dirty solution of getting the context kinda working.
Needs a new method in the wrapper class:
```js
getAncestorContext( node = false ) {
while ( node.parentNo…
-
### Describe the bug
✘ [ERROR] No matching export in "node_modules/.pnpm/svelte@5.0.0-next.26/node_modules/svelte/src/internal/index.js" for import "get_current_component"
node_modules/.pnpm/f…
-
Hey,
i installed the package to try it out on a project i am working on but the line
import '@selemondev/svelte-marquee/dist/style.css';
completely breaks my css.
I tried importing it into…