Created by: Parth-Gupta10
This PR adds first 2 features proposed in issue #31784 (closed) .
The following changes were made in scss/_utilities.scss -
- Classes
rounded-top-left
,rounded-top-right
,rounded-bottom-left
,rounded-bottom-right
were added to implement rounding of 1 corner only. -
$spacers
was added invalues
ofrounded
class to implement size increments for rounding more akin to the margin/padding sizes (0-5).