Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
add stackblitz bug note
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 committed Mar 21, 2023
1 parent cd36340 commit f97cf38
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
8 changes: 7 additions & 1 deletion .changeset/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
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)

## Manual release

- pnpm changeset
- pnpm changeset version
- pnpm changeset publish
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Svelte Scoped UnoCSS

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz_small.svg)](https://stackblitz.com/fork/github/jacob-8/svelte-scoped-uno/tree/main/examples/sveltekit-vite-plugin)

A spin-off from [UnoCSS](https://github.com/unocss/unocss) that allows for full-featured scoped utility classes by component.

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz_small.svg)](https://stackblitz.com/fork/github/jacob-8/svelte-scoped-uno/tree/main/examples/sveltekit-vite-plugin)
*There is a strange bug just in StackBlitz whereby styles for the Logo and Prose components are not being applied, but it's still a useful way to quickly try things out.*

## Install

Read the [svelte-scoped-uno setup instructions](./packages/svelte-scoped-uno/README.md) to scope utility classes by component.
Expand Down
5 changes: 3 additions & 2 deletions examples/svelte-vite-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Svelte + `svelte-scoped-uno` Vite Plugin

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz_small.svg)](https://stackblitz.com/fork/github/jacob-8/svelte-scoped-uno/tree/main/examples/svelte-vite-plugin)

Read more about [svelte-scoped-uno](../../packages/svelte-scoped-uno/README.md) for more information.

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz_small.svg)](https://stackblitz.com/fork/github/jacob-8/svelte-scoped-uno/tree/main/examples/svelte-vite-plugin)
*There is a strange bug just in StackBlitz whereby styles for the Logo and Prose components are not being applied, but it's still a useful way to quickly try things out.*

## Try Locally
- In the root of the monorepo run `pnpm install` and `pnpm try:svelte` or just run `npm install` and `npm run dev` from this directory if you don't use pnpm.

Expand Down
5 changes: 3 additions & 2 deletions examples/sveltekit-vite-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# SvelteKit + `svelte-scoped-uno` Vite Plugin

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz_small.svg)](https://stackblitz.com/fork/github/jacob-8/svelte-scoped-uno/tree/main/examples/sveltekit-vite-plugin)

Read more about [svelte-scoped-uno](../../packages/svelte-scoped-uno/README.md) for more information.

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz_small.svg)](https://stackblitz.com/fork/github/jacob-8/svelte-scoped-uno/tree/main/examples/sveltekit-vite-plugin)
*There is a strange bug just in StackBlitz whereby styles for the Logo and Prose components are not being applied, but it's still a useful way to quickly try things out.*

## Try Locally
- In the root of the monorepo run `pnpm install` and `pnpm try:sveltekit` or just run `npm install` and `npm run dev` from this directory if you don't use pnpm.
1 change: 1 addition & 0 deletions packages/svelte-scoped-uno/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# svelte-scoped-uno

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz_small.svg)](https://stackblitz.com/fork/github/jacob-8/svelte-scoped-uno/tree/main/examples/sveltekit-vite-plugin)
*There is a strange bug just in StackBlitz whereby styles for the Logo and Prose components are not being applied, but it's still a useful way to quickly try things out.*

## Setup

Expand Down

0 comments on commit f97cf38

Please sign in to comment.