Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 511 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 511 Bytes

SvelteKit with WindiCSS

This is highly experimental template as neither Svelte Kit nor WindiCSS are production ready.

Installation

npx degit reepolee/svelte-kit-windi.git#main svelte-kit-windi
cd svelte-kit-windi
npm i
npm run dev -- --open

WindiCSS

Windi classes and @apply statements are currently split between Svelte files and components, to test the behaviour of compiler.

Further reading

SvelteKit
WindiCSS