Uh oh!
There was an error while loading. Please reload this page.
Move tailwindcss to optional peer dependencies - #12046
Conversation
facebook-github-bot
commented
Feb 10, 2022
Hi @MartijnHols! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
21dcf73 to
0b256f2CompareFixesreact#12044 Installing tailwindcss comes with a bunch of junk most people don't need, and at least prettier-plugin-tailwindcss but possibly more subdependecies are unlicensed which makes usage troublesome.
0b256f2 to
763745bComparefacebook-github-bot
commented
Feb 10, 2022
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
ioanabrooks
left a comment
There was a problem hiding this comment.
Would be great to see this merged, such that issues with tailwind don't break CRA. See recent issue
oliviertassinari
commented
Mar 10, 2024
I think Tailwind CSS should have a page in the docs with this change, e.g. https://create-react-app.dev/docs/adding-a-sass-stylesheet/ |
ADTC
commented
Dec 30, 2024
Please merge this. See my comment. |
Fixes#12044
Installing tailwindcss comes with a bunch of junk most people don't need, and at least prettier-plugin-tailwindcss but possibly more subdependecies are unlicensed which makes usage troublesome.