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

Commit

Permalink
remove bug notice
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 committed May 19, 2023
1 parent 1d64abd commit fcfaa09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/svelte-vite-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
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
- PNPM: In the root of the monorepo run `pnpm install`, `pnpm stub` and `pnpm try:svelte`
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte-vite-plugin/src/lib/Prose.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</script>

<div
class="text-base prose prose-purple md:prose-orange dark:prose-invert max-w-full text-left mt-10 p-3 md:p-5 shadow-lg border rounded"
class="text-base prose prose-purple md:prose-orange dark:prose-invert max-w-full text-left mt-10 p-3 md:p-5 shadow-xl border rounded"
>
{@html marked(`# Svelte Scoped Uno with Vite + Svelte
This project has the following **example usages**:
Expand Down

0 comments on commit fcfaa09

Please sign in to comment.