Another Svelte + TailwindCSS template, but this time it doesn't suck
@apply
and friends working in svelte component's style tags, lang=postcss
is not required.pcss
files@tailwindcss/jit
to get really good performance (thanks to WindiCSS and Girouette)git clone https://github.com/non25/svelte-tailwind-template my-new-project
# or with degit
npx degit non25/svelte-tailwind-template my-new-project
cd my-new-project
npm install
npm run dev
npm run build
git clone https://github.com/non25/svelte-tailwind-template my-new-project
# or with degit
npx degit non25/svelte-tailwind-template my-new-project
cd my-new-project
yarn install
yarn dev
yarn build
Let me know what's missing. This is absolute minimum that should be in any Svelte + TailwindCSS project, but it can be extended with other stuff.
MIT