-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] A quick first step to update docs for Tailwind v4 #45147
[docs] A quick first step to update docs for Tailwind v4 #45147
Conversation
@@ -28,7 +28,7 @@ All credits go to the Tailwind Labs team for designing this component, found on | |||
## Setting up the project | |||
|
|||
We'll use [`create-react-app` with TypeScript](https://create-react-app.dev/docs/adding-typescript/#installation) for this guide. | |||
After you have created the project, follow the instructions given on the [Tailwind CSS installation page](https://tailwindcss.com/docs/guides/create-react-app) in order to configure `tailwind`. | |||
After you have created the project, follow the instructions given on the [Tailwind CSS installation page](https://tailwindcss.com/docs/installation/framework-guides) in order to configure `tailwind`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Granted this is a very small change, but is it worthwhile to continue updating the MUI Base docs at all? This doc in particular needs more thorough revisions since CRA is dead—and it's not included in the Tailwind framework guides—but I don't think it would be worth the effort.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a search and replace. It was flagged by the SEO crawler. I think it's simpler to fix it, so it doesn't create noise in the report. The value is to be able to better fix Material UI docs.
Cherry-pick PRs will be created targeting branches: v6.x |
We have a bunch of docs to update for Tailwind v4 #45220. Doing a quick first update to help.