-
-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Add optional support for custom postcss plugins #8474
Conversation
This is accomplished via postcss.config.js, which will be searched for if `plugins` is not specified as an option to `postcss-loader` Postcss plugins are required to use Tailwind CSS, a popular styling framework which leverages a custom module import syntax. This overlaps slightly with facebook#8331, but takes a non-breaking change approach.
That's great!! PostCSS custom settings are a great addition to the project and also i really want to try out tailwind with react |
@ianschmitz would you be up for taking a look at this? 🙏 |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
Please don’t close this stalebot? |
This would be awesome! |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
Bump? Is there any interest in this? Otherwise probably need to use craco or something..... |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
This pull request has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. Thank you for your contribution! |
Would love this feature |
This is accomplished via postcss.config.js, which will be searched for if
plugins
is not specified as an option topostcss-loader
Postcss plugins are required to use Tailwind CSS, a popular styling framework which leverages a custom module import syntax.
This overlaps slightly with #8331, but takes a non-breaking change approach.
How I tested this:
yarn link react-scripts
to link the changes