Skip to content

Commit 1b57f4c

Browse files
authored
Restore border-radius to .card (twbs#42449)
* restore border-radius to .card * bw fix
1 parent 7e1a7f0 commit 1b57f4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bundlewatch.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"path": "./dist/css/bootstrap.css",
29-
"maxSize": "48.5 kB"
29+
"maxSize": "48.75 kB"
3030
},
3131
{
3232
"path": "./dist/css/bootstrap.min.css",

scss/_card.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $card-tokens: defaults(
4747
word-wrap: break-word;
4848
background-color: var(--card-bg);
4949
// border: var(--card-border-width) solid var(--card-border-color);
50-
// @include border-radius(var(--card-border-radius));
50+
@include border-radius(var(--card-border-radius));
5151
@include box-shadow(var(--card-box-shadow));
5252

5353
> hr {

0 commit comments

Comments
 (0)