From 60714e32c76c23c407c291e9bdebcdf211d45222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Thu, 12 Jan 2023 06:06:18 +0100 Subject: 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 --- scss/tests/utilities/_api.test.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'scss/tests') 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"; -- cgit v1.2.3