1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 08:34:08 +02:00

Linter fix

This commit is contained in:
Mark Otto
2025-05-30 21:03:23 -07:00
parent d809eef178
commit 6359cb7d0f

View File

@@ -183,12 +183,12 @@
// Ratio helpers
.bd-example-ratios {
[class*="ratio"] {
color-scheme: dark;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1rem;
color: var(--bs-fg-3);
color-scheme: dark;
background-color: var(--bs-bg-1);
border: var(--bs-border-width) solid var(--bs-border-color);
@include border-radius(var(--bs-border-radius));