Skip to content

jonasgeiler/Beehive-Admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Languages

  • Svelte 71.5%
  • JavaScript 16.4%
  • CSS 9.4%
  • HTML 2.7%