Skeleton-4 example package
- look at layerchart import in package.json. That doesn't match what you were doing in skeleton-3. May need updated.
⚠️ No Changeset found
Latest commit: 4073a9d2950e5b2a38cf102166de01f4d138dcb6
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
built with Refined Cloudflare Pages Action
⚡ Cloudflare Pages Deployment
| Name | Status | Preview | Last Commit |
|---|---|---|---|
| layerchart | ✅ Ready (View Log) | Visit Preview | 4073a9d2950e5b2a38cf102166de01f4d138dcb6 |
Thanks @cycle4passion 🫶.
I updated the way the layerchart package is imported and also use <html class="dark"> instead of <html data-mode="dark"> (which aligns with our other examples and fixed dark mode styling (we could also have updated skeleton-4.css to use data-mode) but liked being consistent (not sure why their Lightswitch example only shows data-mode but any supported Tailwind strategy works).
Verified all worked locally:
| Light | Dark |
|---|---|
Thanks again!