From: Mark Otto Date: Mon, 1 Jun 2026 18:03:33 +0000 (-0700) Subject: Restore `border-radius` to `.card` (#42449) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b57f4cdbe7ba4a9803b373d22cd673ab4cc0a15;p=thirdparty%2Fbootstrap.git Restore `border-radius` to `.card` (#42449) * restore border-radius to .card * bw fix --- diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index ab63a36164..b6ec56b0e3 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -26,7 +26,7 @@ }, { "path": "./dist/css/bootstrap.css", - "maxSize": "48.5 kB" + "maxSize": "48.75 kB" }, { "path": "./dist/css/bootstrap.min.css", diff --git a/scss/_card.scss b/scss/_card.scss index 97aa9c9bbb..62c1e7d249 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -47,7 +47,7 @@ $card-tokens: defaults( word-wrap: break-word; background-color: var(--card-bg); // border: var(--card-border-width) solid var(--card-border-color); - // @include border-radius(var(--card-border-radius)); + @include border-radius(var(--card-border-radius)); @include box-shadow(var(--card-box-shadow)); > hr {