Fix Tailwind removal README uninstall command#474
Conversation
and use it for the 'removing tailwind' section in the template README
📝 WalkthroughWalkthroughA new ChangesPackage Manager Remove Script
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fixes the generated React and Solid template READMEs so the “removing Tailwind” instructions use package-manager specific uninstall commands instead of install commands.
Changes:
For example with npm:
Previously:
With this change:
Summary by CodeRabbit
Release Notes
Bug Fixes
Tests