]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix CSS vares fileMatch
authorMark Otto <markdotto@gmail.com>
Sat, 31 May 2025 19:26:44 +0000 (12:26 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 31 May 2025 19:26:44 +0000 (12:26 -0700)
site/src/content/docs/customize/css-variables.mdx

index 94a687f2392085d93cc0b3390270b0d91c332939..f48087a8bfed4bd34134adfad139b4b17937f6fb 100644 (file)
@@ -18,7 +18,7 @@ Here are the variables we include (note that the `:root` is required) that can b
 
 These CSS variables are available everywhere, regardless of color mode.
 
-<Code lang="css" filePath="dist/css/bootstrap.css" fileMatch=":(root,\n\[data-bs-theme=light\] {[^}]*})" />
+<Code lang="css" filePath="dist/css/bootstrap.css" fileMatch=":root {[^}]*}" />
 
 ### Dark mode