From 5216739cf9b084f7388d687b84044f522d267cbf Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 22 Jul 2026 07:55:43 +0200 Subject: Use iro-sass via pkg: --- src/_config.defaults.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/_config.defaults.scss') diff --git a/src/_config.defaults.scss b/src/_config.defaults.scss index 861b600..699cd8e 100644 --- a/src/_config.defaults.scss +++ b/src/_config.defaults.scss @@ -1,7 +1,7 @@ @use 'sass:list'; @use 'sass:map'; @use 'sass:math'; -@use 'iro-sass/src/easing' as easing; +@use 'pkg:iro-sass/src/easing' as easing; $static-colors: ( --base: hsl(0, 0%, 98%), @@ -82,11 +82,11 @@ $theme-light: ( --50: (-8) (.2 + .8 * easing.ease(math.div(0, 12))), --75: (-4) (.2 + .8 * easing.ease(math.div(1, 12))), --100: (0) (.2 + .8 * easing.ease(math.div(2, 12))), - + --200: (easing.cubic-bezier(.2, .1, .9, .9, math.div(1, 7)) * 98) (.2 + .8 * easing.ease(math.div(3, 12))), --300: (easing.cubic-bezier(.2, .1, .9, .9, math.div(2, 7)) * 98) (.2 + .8 * easing.ease(math.div(4, 12))), --400: (easing.cubic-bezier(.2, .1, .9, .9, math.div(3, 7)) * 98) (.2 + .8 * easing.ease(math.div(5, 12))), - + --500: (easing.cubic-bezier(.2, .1, .9, .9, math.div(4, 7)) * 98) (.2 + .8 * easing.ease(math.div(6, 12))), --600: (easing.cubic-bezier(.2, .1, .9, .9, math.div(5, 7)) * 98) (.2 + .8 * easing.ease(math.div(7, 12))), --700: (easing.cubic-bezier(.2, .1, .9, .9, math.div(6, 7)) * 98) (.2 + .8 * easing.ease(math.div(8, 12))), @@ -110,7 +110,7 @@ $theme-light: ( --1300: (math.div(12, 12) * 94 + 7) (.2 + .8 * easing.ease(math.div(12, 12))), ), ), - + --palettes: ( --base: hsl(260, 70%, 98%) --grays, --blue: oklch(56% .16 275.25) --colors, @@ -142,11 +142,11 @@ $theme-dark: ( --50: (4.4) (.3 + .7 * easing.ease(math.div(10, 12))), --75: (2.5) (.3 + .7 * easing.ease(math.div(9, 12))), --100: (0) (.3 + .7 * easing.ease(math.div(8, 12))), - + --200: (easing.cubic-bezier(.3, .1, .8, .8, math.div(1, 8)) * -108) (.3 + .7 * easing.ease(math.div(7, 12))), --300: (easing.cubic-bezier(.3, .1, .8, .8, math.div(2, 8)) * -108) (.3 + .7 * easing.ease(math.div(6, 12))), --400: (easing.cubic-bezier(.3, .1, .8, .8, math.div(3, 8)) * -108) (.3 + .7 * easing.ease(math.div(5, 12))), - + --500: (easing.cubic-bezier(.3, .1, .8, .8, math.div(4, 8)) * -108) (.3 + .7 * easing.ease(math.div(4, 12))), --600: (easing.cubic-bezier(.3, .1, .8, .8, math.div(5, 8)) * -108) (.3 + .7 * easing.ease(math.div(3, 12))), --700: (easing.cubic-bezier(.3, .1, .8, .8, math.div(6, 8)) * -108) (.3 + .7 * easing.ease(math.div(2, 12))), @@ -170,7 +170,7 @@ $theme-dark: ( --1300: (easing.cubic-bezier(.2, .1, .8, .8, math.div(12, 12)) * -109 - .5) (.3 + .7 * easing.ease(math.div(12, 12))), ), ), - + --palettes: ( --base: hsl(257, 7%, 20%) --grays, --blue: oklch(56% .16 275.25) --colors, -- cgit v1.3.1