From 7bd4d473c304acf5b4c56e227b58e202a26f99da Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 31 Oct 2024 17:33:59 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 834e8a9..7f24020 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ function App() { Screenshot 2024-10-31 at 17 19 56 -__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 @@ -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?