Fix typos
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user