carbon-design-system / carbon-preprocess-svelte

Svelte preprocessors for the Carbon Design System
Apache License 2.0
68 stars 6 forks source link

updated README.md #44

Closed z3tsubouou closed 5 months ago

z3tsubouou commented 1 year ago

SvelteKit vite config was separated from svelte.config.js in latest changes. So this documentation was outdated and I have updated the documentation.

boydkelly commented 7 months ago

Can we get the documentation updated?

metonym commented 5 months ago

I rewrote the library in v0.11.0, specifically focusing on making the optimizeCss plugin compatible with SvelteKit v1+.

optimizeCss is now a plain Vite plugin (meaning it's also Rollup compatible).

I've updated the README on using the plugin with SvelteKit in addition to including a full example.