mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 08:34:08 +02:00
Linter fix
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user