- Adds .rounded-1, .rounded-2, and .rounded-3
- Drops .rounded-sm and .rounded-lg because they conflict with breakpoint nomenclature
- Rearrange rounded docs
Closes #30048, fixes #29989 (closed), closes #30778.
My hope with this PR is to balance keeping the primary .rounded
class while reducing confusion around class names and adding additional control. To that end, I'm thinking of keeping .rounded
even though it's the same as .rounded-1
as of right now. This then drops .rounded-sm
and .rounded-lg
for something else.
That last change feels maybe problematic though since our large and small inputs and buttons use those variables.
Which of the referenced PRs are the best approaches? I feel like I could go any direction...
/cc @twbs/css-review