diff --git a/bootstrap-5.0.0/bootstrap-5.0.0/site/content/docs/5.0/customize/css-variables.md b/bootstrap-5.0.0/bootstrap-5.0.0/site/content/docs/5.0/customize/css-variables.md index a2d0f33..8dbeadf 100644 --- a/bootstrap-5.0.0/bootstrap-5.0.0/site/content/docs/5.0/customize/css-variables.md +++ b/bootstrap-5.0.0/bootstrap-5.0.0/site/content/docs/5.0/customize/css-variables.md @@ -17,7 +17,7 @@ Here are the variables we include (note that the `:root` is required) that can b ```css {{< root.inline >}} {{- $css := readFile "dist/css/bootstrap.css" -}} -{{- $match := findRE ":root {([^}]*)}" $css 1 -}} +{{- $match := findRE ":root {([{^}]*)}" $css 1 -}} {{- if (eq (len $match) 0) -}} {{- errorf "Got no matches for :root in %q!" $.Page.Path -}}