From d6dda1fd4144f4d63bd2073d426d3da4918fe9a0 Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:46:15 +1300 Subject: [PATCH] Test build workflow --- .../themes/pub/wporg-learn-2020/css/utilities/_colors.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-content/themes/pub/wporg-learn-2020/css/utilities/_colors.scss b/wp-content/themes/pub/wporg-learn-2020/css/utilities/_colors.scss index d8248f8eee..cd5a5c3692 100644 --- a/wp-content/themes/pub/wporg-learn-2020/css/utilities/_colors.scss +++ b/wp-content/themes/pub/wporg-learn-2020/css/utilities/_colors.scss @@ -21,3 +21,7 @@ .has-wporg-white-background-color { background-color: $color__text-on-dark; } + +.has-wporg-test-color { + color: "red"; +}