Skip to content

Commit 7c29e26

Browse files
authored
Update README.md
1 parent ca6eb56 commit 7c29e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _What you see above is standard HTML ([data-attributes](https://developer.mozill
1212

1313
## Features
1414

15-
- 🥶 Below zero-runtime, it's zero JavaScript. Smaller bundles and faster code.
15+
- 🥶 Not just zero-runtime, it goes beyond. It's zero JavaScript, not even for components, resulting in smaller bundles and faster code.
1616
- 💎 What you write is what you get. No transformations, easy debugging.
1717
- 🎒 Standards-based, reusable styles across frameworks, compatible with Tailwind or any CSS framework
1818
- ⚡️ Instantly productive, no learning curve, simple on-boarding.
@@ -23,7 +23,7 @@ _What you see above is standard HTML ([data-attributes](https://developer.mozill
2323
| | CSS-in-JS | MistCSS |
2424
| -------------------- | -------------------------------------- | ----------------------------- |
2525
| Runtime | `~0-10 KB` | `0 KB` |
26-
| JavaScript functions | `1 per component` | `0` |
26+
| JavaScript functions | `a few KB per component` | `0 KB` |
2727
| TypeScript code | `yes (at least for props)` | `no (generated for the user)` |
2828
| Debugging | `react devtools` | `browser inspector` |
2929
| Syntax highlighting | `depends (may require extension)` | `no additional extension` |

0 commit comments

Comments
 (0)