Fix typos

This commit is contained in:
daniel.motzko
2021-06-30 13:35:47 +02:00
parent 5ae4ee6ce7
commit ddbb901352

View File

@@ -29,11 +29,11 @@ return <Button primary>Click me</Button>;
Advantages of CSS-in-JS Advantages of CSS-in-JS
- Local Scoping instead of global namespace - Local scoping instead of global namespace
- No classname to element mapping - No classname to element mapping
- Use the full power of JavaScript to enhance CSS (loops, variables & more) - Use the full power of JavaScript to enhance CSS (loops, variables & more)
- Dynamic styling & Theming (Access to state or props) - Dynamic styling & theming (access to state or props)
- TypeScript Support - TypeScript support
Disadvantages of CSS-in-JS Disadvantages of CSS-in-JS