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 (@ZeeshanTamboli) (#42312)

Co-authored-by: Zeeshan Tamboli <zeeshan.tamboli@gmail.com>
  • Loading branch information
github-actions[bot] and ZeeshanTamboli committed May 21, 2024
1 parent c7509f6 commit fb37b3f
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 fb37b3f

Please sign in to comment.