1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 07:37:27 +02:00

Fix CSS vares fileMatch

This commit is contained in:
Mark Otto
2025-05-31 12:26:44 -07:00
parent fa3e4fe949
commit e20a43bbb5

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