We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2aa6343 + 4d5dbc0 commit dace91eCopy full SHA for dace91e
modules/primer-utilities/lib/borders.scss
@@ -77,19 +77,19 @@ $edges: (
77
@each $edge, $corners in $edges {
78
.rounded#{$variant}-#{$edge}-0 {
79
@each $corner in $corners {
80
- border-#{$corner}-radius: 0;
+ border-#{$corner}-radius: 0 !important;
81
}
82
83
84
.rounded#{$variant}-#{$edge}-1 {
85
86
- border-#{$corner}-radius: $border-radius;
+ border-#{$corner}-radius: $border-radius !important;
87
88
89
90
.rounded#{$variant}-#{$edge}-2 {
91
92
- border-#{$corner}-radius: $border-radius * 2;
+ border-#{$corner}-radius: $border-radius * 2 !important;
93
94
95
0 commit comments