svelte-tailwindcss-template

Svelte Tailwindcss Template

Simple template for building apps using Svelte and TailwindCSS

svelte-tailwindcss template

Based on sveltejs/template

For usage, instructions, etc. look there!

Uses:

  • svelte (NOT svelte/sapper)
    • svelte-preprocess - For PostCSS inside .svelte files
  • rollup - For building and bundling
    • rollup-plugin-copy - For copying all files from static to dist
  • postcss - For processing CSS
    • tailwindcss
    • autoprefixer
    • postcss-import
  • inline-critical - CLI for inlining critical CSS into index.html (critical CSS = everything inside the style tags in App.svelte)

Used in:

Top categories

Loading Svelte Themes