]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix npm run docs main-jd-use-host 37162/head
authorJulien Déramond <juderamond@gmail.com>
Wed, 8 Feb 2023 20:05:40 +0000 (21:05 +0100)
committerJulien Déramond <juderamond@gmail.com>
Wed, 8 Feb 2023 20:05:40 +0000 (21:05 +0100)
site/content/docs/5.3/customize/css-variables.md

index f7466601501ffddb7120e53a66ef67184185cf6b..ffb40c0c4a4a014c6dc33fb888199b068a7c467a 100644 (file)
@@ -21,7 +21,7 @@ These CSS variables are available everywhere, regardless of color mode.
 ```css
 {{< root.inline >}}
 {{- $css := readFile "dist/css/bootstrap.css" -}}
-{{- $match := findRE `:root,\n:host,\n\[data-bs-theme=light\] {([^}]*)}` $css 1 -}}
+{{- $match := findRE `:root,\n\[data-bs-theme=light\] {([^}]*)}` $css 1 -}}
 
 {{- if (eq (len $match) 0) -}}
 {{- errorf "Got no matches for :root in %q!" $.Page.Path -}}