This is a plugin for Tailwind CSS that adds rounded-inherit
utilities which will get its value from the nearest parent’s rounded value, no matter how deep the child element is. I wrote this plugin to solve a repetition problem I was having with certain component designs that required inner elements to have the same corner rounding as the parent. This plugin lets you specify what a corner’s rounding should be at the root of the component and children elements can adapt to that.