railwind
railwind copied to clipboard
Tailwind compiler rewritten in rust
`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...
Below is example of theme extension from a `tailwind.config.js` file I am putting together. I would love to have similar functionality like this in with `railwind` so I can stop...
It seems that using shadow-color without opacity works, eg: ``` shadow-blue-900 ``` However if you try to add an opacity modifier it can't find the matching class, eg: ``` shadow-blue-900/10...
The fact that this removes the dependency on node and technically only needs a fairly small binary would make it very convenient to have when writing dockerfiles, especially there is...
This PR implements the `prose`, `prose-` and `prose-` classes of the Tailwind typography plugin (https://tailwindcss.com/docs/typography-plugin). This is currently a draft PR as I'd like to get feedback on the approach...
Hey! Trying to port a node CLI I have to rust and came across your project and seems to be the only one currently maintained and working. Unfortunately my use...
- [x] #15 - [ ] #16 - [ ] #17 - [x] #18 - [ ] #19 If anything else comes to mind, I'll add it here.
Hi. I was excited to stumble across Railwind recently. I've been using (and contributing to) [tailwind-rs](https://github.com/oovm/tailwind-rs) . One of the nice features it has is Twind style grouping syntax https://twind.dev/handbook/grouping-syntax.html....