Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode authored Oct 31, 2024
1 parent 05e09b0 commit 7bd4d47
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 @@ -16,7 +16,7 @@ function App() {

<img width="1107" alt="Screenshot 2024-10-31 at 17 19 56" src="https://github.com/user-attachments/assets/59ced9fd-8d00-408b-8eb4-a60286a55cbe">

__MistCSS is a unique approach to writing type-safe visual components. There's no JS as shown in the screenshot. In this sense, it's different from CSS-in-JS and CSS modules.__
_MistCSS is a unique approach to writing type-safe visual components without JavaScript (as shown in the screenshot). It's different from CSS-in-JS and CSS modules._

## Features

Expand Down Expand Up @@ -227,7 +227,7 @@ button {

### Can I do X without JS?

CSS keeps only getting better. Before relying on JS, check if there's not something native in CSS that would let you achieve what you want.
CSS keeps getting better. Before relying on JS, check if there's not something native in CSS that would let you achieve what you want.

### How to write enum, boolean, string props and conditions?

Expand Down

0 comments on commit 7bd4d47

Please sign in to comment.