I've kept therounded-*utilities around for backwards compatibility, including the old t-shirt scale but have registered asinline referenceso that they don't produce CSS variables by default. We plan to mark these as deprecated via IntelliSense though, and also plan to update our codemod tooling...
If I remove borderRadius from tailwind.config.js from extend{} block, border issue is gone. Otherwise, for example, if you have a existing button style with rounded corners, it will be overwritten during installation and will appear as rectangle corner, even though, you have className="rounded...
Can anyone advise regarding how to prevent a background color from overflowing rounded corners? <div class="bg-gray-100 border border-gray-500 rounded-lg"> <div class="font-semibold bg-white text-gray-700 py-2 px-4"> Header </div> <div class="w-full py-2 px-4"> Content </div>...