Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode authored Nov 20, 2024
1 parent ca6eb56 commit 7c29e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _What you see above is standard HTML ([data-attributes](https://developer.mozill

## Features

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

0 comments on commit 7c29e26

Please sign in to comment.