leptos-rs / cargo-leptos

Build tool for Leptos (Rust)
MIT License
350 stars 102 forks source link

Improve/simplify TailwindCSS 'getting started' guide #161

Open aperepel opened 1 year ago

aperepel commented 1 year ago

There's unnecessary mention of having to install node and run npx tailwind xxx in the current docs. Not required when using cargos-leptos, but needs an update to the templates and an extra config to work properly.

The build will download the proper arch pre-compiled tailwindcss cli binary and use it e.g. when running cargo leptos watch.

aperepel commented 1 year ago

Feel free to assign to myself, let me see if I can grab it with @aperepel