From 4c88538c4d267de7cd21cc29c07e7c8360145441 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 25 Oct 2024 19:04:07 +0200 Subject: New palette generation --- src/_config.scss | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/_config.scss') diff --git a/src/_config.scss b/src/_config.scss index e0ae933..284d6e7 100644 --- a/src/_config.scss +++ b/src/_config.scss @@ -4,8 +4,6 @@ @use 'iro-sass/src/easing' as easing; @use 'config.defaults' as def; -$palette-chroma-easing: def.$palette-chroma-easing !default; - $static-colors-override: () !default; $static-colors: map.deep-merge(def.$static-colors, $static-colors-override) !default; -- cgit v1.3.1