Skip to content

Commit

Permalink
[docs][material-ui] Fix typo in style interoperability with Tailwind …
Browse files Browse the repository at this point in the history
…CSS docs (#42279)
  • Loading branch information
ZeeshanTamboli committed May 21, 2024
1 parent 4b6168b commit d85a990
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ If you use a different framework, or already have set up your project, follow th

```

Most of the CSS used by Material UI has as specificity of 1, hence this `important` property is unnecessary.
Most of the CSS used by Material UI has a specificity of 1, hence this `important` property is unnecessary.
However, in a few edge cases, Material UI uses nested CSS selectors that win over Tailwind CSS.
Use this step to help ensure that the [deeper elements](#deeper-elements-5) can always be customized using Tailwind's utility classes.
More details on this option can be found here https://tailwindcss.com/docs/configuration#selector-strategy
Expand Down

0 comments on commit d85a990

Please sign in to comment.