From 7847fb546a6ad604b1e1ac3a871d20789d232e6f Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Thu, 11 Jun 2020 11:35:41 -0400 Subject: [PATCH] Theme: Sync change from wporg base theme --- themes/wporg-5ftf/css/objects/_buttons.scss | 2 +- themes/wporg-5ftf/css/tools/_tools.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/wporg-5ftf/css/objects/_buttons.scss b/themes/wporg-5ftf/css/objects/_buttons.scss index 9c3fb97..02f7a1f 100644 --- a/themes/wporg-5ftf/css/objects/_buttons.scss +++ b/themes/wporg-5ftf/css/objects/_buttons.scss @@ -13,7 +13,7 @@ &:hover, &:visited { - color: $color__link-button; + color: $color__link-button; } } diff --git a/themes/wporg-5ftf/css/tools/_tools.scss b/themes/wporg-5ftf/css/tools/_tools.scss index 0ec466b..fda1c99 100644 --- a/themes/wporg-5ftf/css/tools/_tools.scss +++ b/themes/wporg-5ftf/css/tools/_tools.scss @@ -1,3 +1,4 @@ @import "../../../pub/wporg/css/tools/breakpoint"; +@import "../../../pub/wporg/css/tools/functions"; @import "../../../pub/wporg/css/tools/kube"; @import "../../../pub/wporg/css/tools/modular-scale";