CSS Hooks
Briefly

Hooks take the simplest styling approach to the next level, removing limitations to make it a viable solution for real-world use cases.
Effortlessly define styles for states like hover, focus, and active. Create engaging UIs without the complexity of external CSS.
Hooks enhance the way you already write inline styles, rather than imposing new syntax or non-standard utility classes.
Hooks are pure, don't depend on runtime CSS magic, and avoid shipping large volumes of irrelevant, render-blocking CSS.
Inline styles tightly integrate with markup, promoting local reasoning and allowing you to change components quickly and easily.
Directly embedded within HTML markup without side effects, hooks make server-side rendering simple and reliable. It just works.
Read at Css-hooks
[
]
[
|
]