Skip to content

Commit d2508ec

Browse files
committed
Update _borders.scss
1 parent da26299 commit d2508ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/utilities/_borders.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
border-bottom-right-radius: $border-radius !important;
2525
}
2626
.rounded-bottom {
27-
border-bottom-left-radius: $border-radius !important;
2827
border-bottom-right-radius: $border-radius !important;
28+
border-bottom-left-radius: $border-radius !important;
2929
}
3030
.rounded-left {
3131
border-top-left-radius: $border-radius !important;

0 commit comments

Comments
 (0)