Skip to content

Commit fcfa743

Browse files
authored
Merge pull request #30 from aubreynortham/border-radius-correction
Fix syntax for br--bottom-l class
2 parents 4552730 + 3b74c45 commit fcfa743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_border-radius.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@
116116
.br-100-l { border-radius: $border-radius-circle; }
117117
.br-pill-l { border-radius: $border-radius-pill; }
118118
.br--bottom-l {
119-
border-radius-top-left: 0;
120-
border-radius-top-right: 0;
119+
border-top-left-radius: 0;
120+
border-top-right-radius: 0;
121121
}
122122
.br--top-l {
123123
border-bottom-left-radius: 0;

0 commit comments

Comments
 (0)