Fix CSS vares fileMatch

This commit is contained in:
Mark Otto 2025-05-31 12:26:44 -07:00
parent fa3e4fe949
commit e20a43bbb5
1 changed files with 1 additions and 1 deletions

View 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