From 68bbbb02787db12854c19aa53efd6bb1cb08deea Mon Sep 17 00:00:00 2001 From: The Shark Community <86386723+thesharkcommunity@users.noreply.github.com> Date: Sun, 27 Jun 2021 15:07:26 -0300 Subject: [PATCH] Update css-variables.md llave --- .../site/content/docs/5.0/customize/css-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -}}