Skip to content

Commit

Permalink
[docs] Improve styles basics.md section (mui#22440)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxie authored Sep 1, 2020
1 parent ceb813e commit 52b79f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/styles/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can use it, but you don't have to, since Material-UI is also [interoperable

## Why use Material-UI's styling solution?

In previous versions, Material-UI has used LESS, then a custom inline-style solution to write the component styles, but these approaches have proven to be limited.
In previous versions, Material-UI has used [Less](http://lesscss.org/), and then a custom inline-style solution to write the component styles, but these approaches proved to be limited.
[A _CSS-in-JS_ solution](https://github.com/oliviertassinari/a-journey-toward-better-style) overcomes many of those limitations,
and **unlocks many great features** (theme nesting, dynamic styles, self-support, etc.).

Expand Down

0 comments on commit 52b79f9

Please sign in to comment.