diff options
Diffstat (limited to 'src/_functions.scss')
| -rw-r--r-- | src/_functions.scss | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 7 | @use 'iro-sass/src/iro-sass' as iro; | 7 | @use 'iro-sass/src/iro-sass' as iro; |
| 8 | @use 'iro-sass/src/easing'; | 8 | @use 'iro-sass/src/easing'; |
| 9 | @use 'apca'; | 9 | @use 'apca'; |
| 10 | @use 'themes'; | 10 | @use 'config'; |
| 11 | 11 | ||
| 12 | @function palette($base-color, $contrasts, $chroma-range: 1, $ref-color: $base-color) { | 12 | @function palette($base-color, $contrasts, $chroma-range: 1, $ref-color: $base-color) { |
| 13 | $base-lch: color.to-space($base-color, oklch); | 13 | $base-lch: color.to-space($base-color, oklch); |
| @@ -27,7 +27,7 @@ | |||
| 27 | $chroma-inv: true; | 27 | $chroma-inv: true; |
| 28 | $chroma-range: -1 * $chroma-range; | 28 | $chroma-range: -1 * $chroma-range; |
| 29 | } | 29 | } |
| 30 | $chroma-easing: meta.get-function(themes.$palette-chroma-easing, $module: easing); | 30 | $chroma-easing: meta.get-function(config.$palette-chroma-easing, $module: easing); |
| 31 | 31 | ||
| 32 | $palette: (); | 32 | $palette: (); |
| 33 | 33 | ||
