From f257c807d1f31a0985a4a5457d3be9641a314121 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 15:43:24 +0000 Subject: [PATCH] Deploy to GitHub pages --- .../functions/color.createSteppedScale.html | 2 +- js_ref/functions/index.hello.html | 2 +- js_ref/functions/utils.add.html | 2 +- js_ref/functions/utils.genPath.html | 2 +- js_ref/functions/vite.createConfig.html | 2 +- js_ref/interfaces/vite.TopViteConfig.html | 18 +++++++++--------- js_ref/modules/color.html | 2 +- js_ref/modules/index.html | 2 +- js_ref/modules/utils.html | 2 +- js_ref/modules/vite.html | 2 +- sitemap.xml.gz | Bin 347 -> 347 bytes 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/js_ref/functions/color.createSteppedScale.html b/js_ref/functions/color.createSteppedScale.html index a36cfc07..081096c4 100644 --- a/js_ref/functions/color.createSteppedScale.html +++ b/js_ref/functions/color.createSteppedScale.html @@ -1,3 +1,3 @@
Generated using TypeDoc
Generated using TypeDoc
Creates a scale around an input color with the requested number of steps. E.g. 5 steps requested, it will go: darker1, darker2, input, lighter1, lighter2.
-