如何从我的 React 应用程序中卸载 Tailwind?
How to uninstall tailwind from my react application?
我已经为我的 React 应用安装了 react-bootstrap 和 tailwind。我在使用它们时遇到了一些冲突。所以我想卸载tailwind。
当你使用 npm 时:
npm uninstall tailwindcss
当你使用纱线时:
yarn remove tailwindcss
我已经为我的 React 应用安装了 react-bootstrap 和 tailwind。我在使用它们时遇到了一些冲突。所以我想卸载tailwind。
当你使用 npm 时:
npm uninstall tailwindcss
当你使用纱线时:
yarn remove tailwindcss