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