-
-
Notifications
You must be signed in to change notification settings - Fork 27k
PostCSS plugins support #8331
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
PostCSS plugins support #8331
Conversation
This is great! I believe this also needs to be documented. |
This would be awesome 😎 |
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.
Hi @iansu, @amyrlam, @mrmckeb, @ianschmitz and @petetnt, This PR updated with
Please have a look into this PR, |
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. |
Not stale. People are busy. |
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 PR created after discustion about "PostCSS plugins support" in https://spectrum.chat/create-react-app/general/postcss-plugins-support~819b4e89-ea77-4010-86d4-dd82b4fa33e6?m=MTU3NDA5NTgwODc5NA==
@mrmckeb may you please have a look into this PR?