]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Linter fix
authorMark Otto <markdotto@gmail.com>
Sat, 31 May 2025 04:03:23 +0000 (21:03 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 31 May 2025 04:03:23 +0000 (21:03 -0700)
site/src/scss/_component-examples.scss

index f17e178fa336fb33e64da59eacb901632e8b3c48..dc87339983d781ac4ba397bf3c07948b307f7633 100644 (file)
   // 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));