From 549f0aac4d1b692ad26f154d1951232294af5e79 Mon Sep 17 00:00:00 2001 From: ChellyAhmed Date: Tue, 11 Apr 2023 18:28:30 +0100 Subject: [PATCH] Add helpers to utilities and update Docs --- scss/_helpers.scss | 1 - scss/_utilities.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scss/_helpers.scss b/scss/_helpers.scss index 4f909ffe2f..13f2752c9b 100644 --- a/scss/_helpers.scss +++ b/scss/_helpers.scss @@ -10,4 +10,3 @@ @import "helpers/stretched-link"; @import "helpers/text-truncation"; @import "helpers/vr"; -@import "helpers/animations"; diff --git a/scss/_utilities.scss b/scss/_utilities.scss index f76cfe6b3a..1c6e29fa6e 100644 --- a/scss/_utilities.scss +++ b/scss/_utilities.scss @@ -799,7 +799,7 @@ $utilities: map-merge( property: z-index, class: z, values: $zindex-levels, - ) + ), // scss-docs-end utils-zindex // animation-direction // scss-docs-start animation utilities