From 62faa498474c486c1ceabf9b6135bffcf31e490a Mon Sep 17 00:00:00 2001 From: Ryan Atkinson Date: Sun, 13 Oct 2024 05:07:03 -0600 Subject: [PATCH 1/2] www.zzzbot.dev --- contributing.md | 2 +- src/routes/+page.svelte | 2 +- src/routes/library/introduction/+page.svelte | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contributing.md b/contributing.md index 1e89e56a..b0c5b0a2 100644 --- a/contributing.md +++ b/contributing.md @@ -21,7 +21,7 @@ I'm welcoming help to iterate on APIs to get Moss to 1.0 and beyond. See the [Github issues](https://github.com/ryanatkn/moss). I've been growing Moss slowly over 5+ years -to support [Zzz](https://zzz.ryanatkn.com/) and [my other projects](http://www.ryanatkn.com/) +to support [Zzz](https://www.zzzbot.dev/) and [my other projects](http://www.ryanatkn.com/) that focus on end users, with regular breaking changes and experimental patterns. ## Developers diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 8c624d98..df9ad3c3 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -31,7 +31,7 @@ code for your own purposes.

- Moss is being made to support Zzz and + Moss is being made to support Zzz and my other projects that focus on end-users. It's grown slowly over 5 years, adding new features when I feel they're sufficiently generalizable or merit experimentation, and my goal for 2024 is to fill out its diff --git a/src/routes/library/introduction/+page.svelte b/src/routes/library/introduction/+page.svelte index 84d3328c..25768903 100644 --- a/src/routes/library/introduction/+page.svelte +++ b/src/routes/library/introduction/+page.svelte @@ -74,7 +74,7 @@

- Moss is being made to support Zzz and + Moss is being made to support Zzz and my other projects that focus on end-users, so it'll grow relatively slowly as I encounter more usecases. It's hobby-ready but expect a lot of breaking changes. Feel free to take the code and ideas for your own purposes. From 1a08b30af43f87e3a9cd5c62d56d95b85fa0cd58 Mon Sep 17 00:00:00 2001 From: Ryan Atkinson Date: Tue, 15 Oct 2024 10:27:44 -0600 Subject: [PATCH 2/2] no more css partials --- src/routes/Introduction.svelte | 4 ++-- src/routes/library/introduction/+page.svelte | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/Introduction.svelte b/src/routes/Introduction.svelte index 99576633..5d44deda 100644 --- a/src/routes/Introduction.svelte +++ b/src/routes/Introduction.svelte @@ -15,8 +15,8 @@ and a theme stylesheet, and it also - exports the underlying CSS partials, types, helpers, - and data for more complex usage. + exports the underlying CSS data, types, and helpers for + more complex usage.

Moss is in early alpha and will have many breaking changes to get to 1.0. Help is welcome, see diff --git a/src/routes/library/introduction/+page.svelte b/src/routes/library/introduction/+page.svelte index 25768903..a1ca4855 100644 --- a/src/routes/library/introduction/+page.svelte +++ b/src/routes/library/introduction/+page.svelte @@ -19,7 +19,7 @@
  • plain CSS
  • zero dependencies
  • exports one main stylesheet that can be optimized by other tools
  • -
  • also exports the underlying CSS partials, helpers, types, and data
  • +
  • also exports the underlying CSS data, helpers, and types
  • uses its own concept of style variables, a specialization of CSS custom properties and design tokens