svelte-add/tailwindcss: Add Tailwind CSS to your SvelteKit project 💡Example To migrate fromsapper-firebase-typescript-graphql-tailwindcss-actions-templateto SvelteKit, these commands can be run to recreate all
Optional: Use TailwindCSS to style your components If you had a sneak peek at our Stackblitz demo, you might have noticed that we’ve been using Tailwind classes in our components. In order to make these work, let’s quickly add Tailwind to our SvelteKit project with svelte-add (opens in...
"prettier-plugin-tailwindcss": "^0.2.7", "svelte": "^3.54.0", "svelte-check": "^3.0.1", "tslib": "^2.4.1", 2 changes: 1 addition & 1 deletion 2 src/app.html Original file line numberDiff line numberDiff line change @@ -15,7 +15,7 @@ %sveltekit.head% %sveltekit....
Hi, these are the steps taken: npm init @svelte-add/kit@latest Need to install the following packages: @svelte-add/create-kit@latest Ok to proceed? (y) ➕ Svelte Add's SvelteKit app initializer (Version 2022.04.06.01) ✔ What directory sho...
"@sveltejs/kit": "^2.0.0", "@sveltejs/vite-plugin-svelte": "^3.0.0", "svelte": "^4.2.7", "svelte-check": "^3.6.0", "tslib": "^2.4.1", "typescript": "^5.0.0", "vite": "^5.0.3", "tailwindcss": "^3.4.4", "postcss": "^8.4.38", "autoprefixer": "^10.4.19"...
Deploy anywhere with its serverless-first approach and adapt to various platforms, with out of the box support for TypeScript, SCSS, and Less, and easily-added support for mdsvex, GraphQL, PostCSS, Tailwind CSS, and more. 12 + 13 + ## Technical considerations 14 + 15 + **Why use...
"prettier-plugin-tailwindcss": "^0.6.5", "svelte": "^4.2.7", "svelte-check": "^3.6.0", "svelte-highlight": "^7.7.0", "svelte-markdown": "^0.4.1", "sveltekit-i18n": "^2.4.2", "tailwindcss": "^3.4.9", "typescript": "^5.0.0", "typescript-eslint": "^8.0.0", "...
16 20 "tailwindcss": "^3.3.3", 17 - "@tailwindcss/typography": "^0.5.10", 18 21 "typescript": "^5.0.0", 19 - "vite": "^4.4.2" 22 + "vite": "^4.4.2", 23 + "prettier": "^2.8.0", 24 + "prettier-plugin-svelte": "^2.10.1" 20 25 }, 21 26 "typ...
{ value: 'sveltekit', label: 'SvelteKit' }, { value: 'nuxt.js', label: 'Nuxt.js' }, { value: 'remix', label: 'Remix' }, { value: 'astro', label: 'Astro' }, ] const open = ref(false) const value = ref<typeof frameworks[number]>() const filterFunction = (list: typeof...
svelte.config.js migration to SvelteKit 2 Aug 5, 2024 tailwind.config.js Add padding to compensate for iPhone nav bar Sep 8, 2024 tsconfig.json chat feature added Oct 9, 2023 update_ollama_models.sh fix: update Makefile and rename script for open-webui integration Feb 24, 2024 ...