From a0a161ab7ef57d8e808ba45004f1d4d62c828ad2 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 13 Feb 2023 20:26:02 +0100 Subject: Update --- src/_declare-vars.scss | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/_declare-vars.scss') diff --git a/src/_declare-vars.scss b/src/_declare-vars.scss index 593c7e4..d95c7fc 100644 --- a/src/_declare-vars.scss +++ b/src/_declare-vars.scss @@ -173,11 +173,11 @@ ), ), 'palette-light-lo'); -@include iro.props-store(( - --colors: ( - --gray: fn.gray-palette(88%), - ), -), 'palette-light-lo2'); +// @include iro.props-store(( +// --colors: ( +// --gray: fn.gray-palette(88%), +// ), +// ), 'palette-light-lo2'); @include iro.props-store(( --colors: ( @@ -233,15 +233,15 @@ // -@include iro.props-store(( - --colors: ( - --gray: fn.gray-palette(1%), - ), -), 'palette-dark-hi2'); +// @include iro.props-store(( +// --colors: ( +// --gray: fn.gray-palette(1%), +// ), +// ), 'palette-dark-hi2'); @include iro.props-store(( --colors: ( - --gray: fn.gray-palette(5%), + --gray: fn.gray-palette(7%), ), ), 'palette-dark-hi'); -- cgit v1.2.3-54-g00ecf