aboutsummaryrefslogtreecommitdiff
path: root/documentation/EXPANDED.md
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-04-25 12:43:18 -0700
committernetop://ウィビ <paul@webb.page>2026-04-25 12:43:18 -0700
commitcbc9a7d577e9e09945b461e3ce1e7ad5bbc9fedd (patch)
tree8040af555bbb9645b2d7658d568af144a12ee5f3 /documentation/EXPANDED.md
parentc02e1ef88dcba5841ffdf0d6f09a4f7cf5266ce1 (diff)
downloaduchu-cbc9a7d577e9e09945b461e3ce1e7ad5bbc9fedd.tar.gz
uchu-cbc9a7d577e9e09945b461e3ce1e7ad5bbc9fedd.zip
updates README to match new scoped package name
- further updates to documentation I forgot to do
Diffstat (limited to 'documentation/EXPANDED.md')
-rw-r--r--documentation/EXPANDED.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/EXPANDED.md b/documentation/EXPANDED.md
index 27dd1c9..4ff32a5 100644
--- a/documentation/EXPANDED.md
+++ b/documentation/EXPANDED.md
@@ -1,6 +1,6 @@
# Expanded Palette
-The default color palette is [`color_expanded.css`](../definitions/style/color_expanded.css) and consists of ten colors, eight of which have nine stops; gray, red, pink, purple, blue, green, yellow, orange. Yin (black) has ten stops while yang (white) only has one stop.
+The default color palette is [`uchu.css`](../dist/uchu.css) and consists of ten colors, eight of which have nine stops; gray, red, pink, purple, blue, green, yellow, orange. Yin (black) has ten stops while yang (white) only has one stop.
If you want more granularity (read: opacity), you can call the raw version of the color (append `-raw` to the variable name) which will return the OKLCH values so you can do something like this: `oklch(var(--uchu-gray-1-raw) / 40%)`.
@@ -154,8 +154,8 @@ If you want more granularity (read: opacity), you can call the raw version of th
## Sass
-If you know what Sass is, you'll know how to use [`color_expanded.scss`](../definitions/style/color_expanded.scss). I didn't provide raw versions of them because Sass comes with so many color tools (and, I've been using regular CSS variables in my Sass _anyways_).
+If you know what Sass is, you’ll know how to use [`_palette.scss`](../dist/_palette.scss). I didn’t provide raw versions of them because Sass comes with so many color tools (and, I’ve been using regular CSS variables in my Sass _anyways_).
## JS
-If you are a fan of CSS-in-JS or need to programmatically grab color values, there's [`color.json`](../definitions/script/color_expanded.json) and [`color.ts`](../definitions/script/color_expanded.ts) includes available.
+If you are a fan of CSS-in-JS or need to programmatically grab color values, there’s [`dist/index.js`](../dist/index.js).