We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
border-radius
.card
1 parent 7e1a7f0 commit 1b57f4cCopy full SHA for 1b57f4c
2 files changed
.bundlewatch.config.json
@@ -26,7 +26,7 @@
26
},
27
{
28
"path": "./dist/css/bootstrap.css",
29
- "maxSize": "48.5 kB"
+ "maxSize": "48.75 kB"
30
31
32
"path": "./dist/css/bootstrap.min.css",
scss/_card.scss
@@ -47,7 +47,7 @@ $card-tokens: defaults(
47
word-wrap: break-word;
48
background-color: var(--card-bg);
49
// border: var(--card-border-width) solid var(--card-border-color);
50
- // @include border-radius(var(--card-border-radius));
+ @include border-radius(var(--card-border-radius));
51
@include box-shadow(var(--card-box-shadow));
52
53
> hr {
0 commit comments