From c41e16f6044548e27fbf8e4ef65ed3067278c80b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 19 Oct 2024 17:14:45 +0200 Subject: Update --- src/_functions.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/_functions.scss') diff --git a/src/_functions.scss b/src/_functions.scss index ad45975..a3a9386 100644 --- a/src/_functions.scss +++ b/src/_functions.scss @@ -7,7 +7,7 @@ @use 'iro-sass/src/iro-sass' as iro; @use 'iro-sass/src/easing'; @use 'apca'; -@use 'themes'; +@use 'config'; @function palette($base-color, $contrasts, $chroma-range: 1, $ref-color: $base-color) { $base-lch: color.to-space($base-color, oklch); @@ -27,7 +27,7 @@ $chroma-inv: true; $chroma-range: -1 * $chroma-range; } - $chroma-easing: meta.get-function(themes.$palette-chroma-easing, $module: easing); + $chroma-easing: meta.get-function(config.$palette-chroma-easing, $module: easing); $palette: (); -- cgit v1.3.1