Active
Project:
Bootstrap Styles
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2023 at 23:00 UTC
Updated:
30 Aug 2023 at 23:00 UTC
Jump to comment: Most recent
In upstream Bootstrap 4 & 5 there is support for rounded corners in the utility class. However they are implemented differently than in this module. They follow the same logic as the other borders (top bottom left right) instead of corners.
https://getbootstrap.com/docs/5.3/utilities/borders/#radius
Change the rounded corner styles to reflect upstream approach which is defined by sides instead of corners.
Comments