This is an experimental command to run to add Windi CSS to your SvelteKit project or Vite-powered Svelte app.
You must start with a fresh copy of the official SvelteKit template, which is currently created by running this command:
npm init svelte@next
Once that is set up, run this command in your project directory to set up Windi CSS:
npx svelte-add windicss
You must start with a fresh copy of the official Vite-powered Svelte app template, which is currently created by running this command:
npm init @vitejs/app # Choose svelte or svelte-ts
Once that is set up, run this command in your project directory to set up Windi CSS:
npx svelte-add windicss
After the preset runs,
You can use Windi utility classes like bg-blue-700
in the markup (components, routes, app.html
).
You can configure Windi in the windi.config.cjs
file.
Your Windi CSS will be purged for production builds.
You can apply another Svelte Adder to your project for more functionality.
Create an issue and I'll try to help.
Create an issue or pull request and I'll try to fix.
These are new tools, so there are likely to be problems in this project. Thank you for bringing them to my attention or fixing them for me.
MIT
Repository preview image generated with GitHub Social Preview
This README was generated with ❤️ by readme-md-generator