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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user