diff options
| author | Julien Déramond <[email protected]> | 2023-01-12 06:06:18 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-11 21:06:18 -0800 |
| commit | 60714e32c76c23c407c291e9bdebcdf211d45222 (patch) | |
| tree | 398cea363e5b6ef8d9b45e1f297597422bd918a2 /scss/tests | |
| parent | f23e203bd0096d7a2da9eec2cd57aa6ba65bf252 (diff) | |
| download | bootstrap-60714e32c76c23c407c291e9bdebcdf211d45222.tar.xz bootstrap-60714e32c76c23c407c291e9bdebcdf211d45222.zip | |
Add theme maps specific to dark mode (#37843)
* Add theme maps specific to dark mode
* Fix CSS building
* Fix other failing test
Co-authored-by: Mark Otto <[email protected]>
Diffstat (limited to 'scss/tests')
| -rw-r--r-- | scss/tests/utilities/_api.test.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/tests/utilities/_api.test.scss b/scss/tests/utilities/_api.test.scss index 9e84441d2..b764cba5c 100644 --- a/scss/tests/utilities/_api.test.scss +++ b/scss/tests/utilities/_api.test.scss @@ -1,5 +1,6 @@ @import "../../functions"; @import "../../variables"; +@import "../../variables-dark"; @import "../../maps"; @import "../../mixins"; |
