]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Restore `border-radius` to `.card` (#42449)
authorMark Otto <markd.otto@gmail.com>
Mon, 1 Jun 2026 18:03:33 +0000 (11:03 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2026 18:03:33 +0000 (11:03 -0700)
* restore border-radius to .card

* bw fix

.bundlewatch.config.json
scss/_card.scss

index ab63a36164f1ec929b52ff026f9f14b5f6c81ce4..b6ec56b0e3bda2761cdde18a5ea4ea4a6ac751f0 100644 (file)
@@ -26,7 +26,7 @@
     },
     {
       "path": "./dist/css/bootstrap.css",
-      "maxSize": "48.5 kB"
+      "maxSize": "48.75 kB"
     },
     {
       "path": "./dist/css/bootstrap.min.css",
index 97aa9c9bbb75492f71cf71bd0bc824f2d92bbea9..62c1e7d249694d430c5f1c490d246e857422ae35 100644 (file)
@@ -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 {