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.
1 parent 4552730 commit 3b74c45Copy full SHA for 3b74c45
scss/_border-radius.scss
@@ -116,8 +116,8 @@
116
.br-100-l { border-radius: $border-radius-circle; }
117
.br-pill-l { border-radius: $border-radius-pill; }
118
.br--bottom-l {
119
- border-radius-top-left: 0;
120
- border-radius-top-right: 0;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
121
}
122
.br--top-l {
123
border-bottom-left-radius: 0;
0 commit comments