Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 662 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 662 Bytes

svelte-tailwindcss 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: