Skip to content

Commit

Permalink
extract from fuz (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn authored Apr 15, 2024
1 parent a985704 commit 91c6f2d
Show file tree
Hide file tree
Showing 53 changed files with 11,982 additions and 154 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": "@changesets/changelog-git",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
6 changes: 6 additions & 0 deletions .changeset/gold-rocks-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@ryanatkn/moss': minor
---

extract from @ryanatkn/fuz -
[github.com/ryanatkn/fuz/pull/20](https://github.com/ryanatkn/fuz/pull/20)
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npx gro check --workspace
- run: npx gro check --workspace --no-lint # TODO re-enable linting after Svelte 5 upgrade completes
- run: npx gro build
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

> CSS framework 🌿 magical organic stylesheets
[**moss.ryanatkn.com**](https://moss.ryanatkn.com/)
⚠️ Moss is in early alpha and [the docs](https://moss.ryanatkn.com/library) are a work in progress.

coming soon
[**moss.ryanatkn.com**](https://moss.ryanatkn.com/)

## Contributing

Expand Down
Loading

0 comments on commit 91c6f2d

Please sign in to comment.