mirror of https://github.com/twbs/bootstrap.git
Fix CSS vares fileMatch
This commit is contained in:
parent
fa3e4fe949
commit
e20a43bbb5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue