Mihail

Results 4 comments of Mihail

How can I donate to the project?

There is my fix for CLS for a full width swiper. Put this CSS before swiper.js initialized: ``` .swiper-container { position: relative !important; } .swiper-slide-duplicate:first-child { position: absolute !important; width:...

But why does Vite create this file for the ESM config? Look at my `vite.config.js` file: ``` import { sveltekit } from '@sveltejs/kit/vite' const rootDir = '/var/www/myApp' export default {...

The issue still exists. Tested on Svelte 3.47.0.