pintariching / railwind

Tailwind compiler rewritten in rust
MIT License
316 stars 9 forks source link

Make `railwind` compatible with trunk #17

Open pintariching opened 1 year ago

pintariching commented 1 year ago

trunk is a WASM web application bundler for Rust. I'd like to make railwind compatible with it, which should also add compatibility with a lot of Rusts UI frameworks, like yew, dioxus, sycamore and others.

ealmloff commented 8 months ago

Thanks for your work on Railwind. It has been great to work with so far. For dioxus support, we added a railwind-based class! macro to Manganis which will collect all of the classes from both the current package and any dependancies.

wiseaidev commented 6 months ago

It is compatible. I am using it in this project.