Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the box-sizing explicit on the MoonLoader circle
Recent versions of Tailwind CSS force everything to `box-sizing: border-box;` (see tailwindlabs/tailwindcss#1111 ) Tailwind isn't the only thing out there using that hack, so this is sure to be a wider-ranging problem. The result of using Tailwind & react-spinners in the same project without this change is that the spinner circle wobbles around.
- Loading branch information