From 554347ac52df361bb95a4f61cd9577c80d114241 Mon Sep 17 00:00:00 2001 From: Paul Kevan <2290623+pkevan@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:01:03 +0100 Subject: [PATCH] Sync with base theme. (#264) --- themes/wporg-5ftf/css/tools/_tools.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/wporg-5ftf/css/tools/_tools.scss b/themes/wporg-5ftf/css/tools/_tools.scss index 0ec466bb..fda1c99e 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";