---
A ui library where you only write CSS. No HTML, no JS, no build system, only CSS (kinda).
> Disclaimer: Don't use this
## Usage
- [Read the documentation](https://github.com/phenax/css-everything/tree/main/docs/README.md) to become enlightened.
- [Here's how this works](https://github.com/phenax/css-everything/tree/main/docs/how-it-works.md).
### Simple example
You can start by adding the script tag for the renderer in your document
```html
```
Here are a few live examples for you to try out -
- [Here's a counter example](https://codepen.io/phenax/pen/KKbdZep?editors=1100)
- [Here's a todo app example](https://codepen.io/phenax/pen/QWzWGaV?editors=1100)
- [Here's a clock example](https://codepen.io/phenax/pen/KKbKNeb?editors=1100)
- [More in the examples directory](https://github.com/phenax/css-everything/tree/main/examples)
---
## Frequently Acquisitioned Queries
### Why?
Why not?
### What?
What?
### What time is it?
Why don't you ask that to [this example](https://codepen.io/phenax/pen/KKbKNeb?editors=1100)?
### How does it work?
[Here's how it works](https://github.com/phenax/css-everything/tree/main/docs/how-it-works.md).
### Does it parse the entire css
No. The browser does most of it. Only the fancy `--cssx-*` properties use a custom parser.