
Bootstrap is one of most used CSS/Sass framework nowadays, even though the bundle size is larger than that of TailwindCSS. So how do we use Bootstrap in Svelte and Svelte kit. Importing the CDN link from the entry point would be an ideal approach.SvelteIn Svelte apps we can use the app.svelte to import the Link and scripts. Svelte provides svelte:head component for including external links...