Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oovm/tailwind-rs
https://github.com/oovm/tailwind-rs
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oovm/tailwind-rs
- Owner: oovm
- License: mpl-2.0
- Created: 2022-01-17T15:04:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T03:34:25.000Z (about 1 year ago)
- Last Synced: 2025-01-06T05:06:50.454Z (9 days ago)
- Language: Rust
- Homepage: https://tailwind-wasm.netlify.app/
- Size: 1.24 MB
- Stars: 112
- Watchers: 1
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
- awesome-yew - Tailwind RS - Tailwind style tracer in rust, JIT + AOT interpreter. (Crates / Utils)
README
Tailwind RS
===========**Tailwind style tracer in rust, JIT + AOT interpreter!**
## Projects
- **[Tailwind AST](projects/tailwind-ast)**: Parser and syntax tree
- **[Tailwind CSS](projects/tailwind-to-css)**: Core library, interpreter and validator
- Does not contain any IO and configuration parser
- If you're going to do a framework, you should start here
- **[Tailwind CLI](projects/tailwind-to-css)**: `Tailwind CSS` based post processor, supports html
- Ready to use with zero configuration
- Can also be freely configured and combined with CI
- **[CSS2TW](projects/tailwind-from-html)**: Reverse css to tailwind
- **[Tailwind Web](projects/tailwind-show)**: Online showcase## Syntax Reference
- [ACSS](https://acss.io/)
- [Bootstrap Utilities](https://getbootstrap.com/docs/5.1/utilities/flex/)
- [Chakra UI Style Props](https://chakra-ui.com/docs/features/style-props)
- [Semantic UI](https://semantic-ui.com/)
- [Tachyons](https://tachyons.io/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Twind](https://github.com/tw-in-js/twind)
- [UnoCSS](https://github.com/unocss/unocss)
- [Windi CSS](http://windicss.org/)