moveable
moveable copied to clipboard
Issue when using react-moveable along with tailwind
Description
There is an issue when react-moveable is used along with tailwindcss. once @tailwind base;
is commented out react-movable works fine.
The following repo will help in replicating the bug. https://github.com/a-c-sreedhar-reddy/moveable-react-tailwind
clone the repo
npm install
npm run dev
With tailwind base:
Without tailwind base: