# ratatui-css
Reserved for Ratatui CSS-inspired styling, selectors, and style-sheet
experiments for Ratatui.
This crate is a Ratatui namespace reservation for future work in the styling
area. It intentionally exposes no public API yet. A future release may replace
this reservation with a real implementation when the design is ready.
The crate points at the main Ratatui project rather than a separate
implementation repository:
- <https://github.com/ratatui/ratatui>
- <https://docs.rs/ratatui/latest/ratatui/>
Documentation for this reservation crate is published at:
- <https://docs.rs/ratatui-css>
## Related Crates And Overlap
This reservation may overlap with:
- Existing style and theme approaches in Ratatui and other terminal UI
frameworks.
Any future implementation should coordinate with those crates or clearly explain
the difference before publishing a non-reservation release.