From ddbb90135210417b3f71a92b8a4b96841fb9a706 Mon Sep 17 00:00:00 2001 From: "daniel.motzko" Date: Wed, 30 Jun 2021 13:35:47 +0200 Subject: [PATCH] Fix typos --- radar/2021-01-01/css-in-js.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/radar/2021-01-01/css-in-js.md b/radar/2021-01-01/css-in-js.md index 5770a79..938f24d 100644 --- a/radar/2021-01-01/css-in-js.md +++ b/radar/2021-01-01/css-in-js.md @@ -29,11 +29,11 @@ return ; Advantages of CSS-in-JS -- Local Scoping instead of global namespace +- Local scoping instead of global namespace - No classname to element mapping - Use the full power of JavaScript to enhance CSS (loops, variables & more) -- Dynamic styling & Theming (Access to state or props) -- TypeScript Support +- Dynamic styling & theming (access to state or props) +- TypeScript support Disadvantages of CSS-in-JS