mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
Linter fix
This commit is contained in:
@@ -183,12 +183,12 @@
|
|||||||
// Ratio helpers
|
// Ratio helpers
|
||||||
.bd-example-ratios {
|
.bd-example-ratios {
|
||||||
[class*="ratio"] {
|
[class*="ratio"] {
|
||||||
color-scheme: dark;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
color: var(--bs-fg-3);
|
color: var(--bs-fg-3);
|
||||||
|
color-scheme: dark;
|
||||||
background-color: var(--bs-bg-1);
|
background-color: var(--bs-bg-1);
|
||||||
border: var(--bs-border-width) solid var(--bs-border-color);
|
border: var(--bs-border-width) solid var(--bs-border-color);
|
||||||
@include border-radius(var(--bs-border-radius));
|
@include border-radius(var(--bs-border-radius));
|
||||||
|
Reference in New Issue
Block a user