Skip to content

Commit

Permalink
Fix warnings in docs by adding lang="postcss"
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrgl committed Jul 23, 2023
1 parent b84b4fd commit fdc8569
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{ name: 'NPM', cmd: 'npm install svelte-french-toast' },
{ name: 'PNPM', cmd: 'pnpm install svelte-french-toast' },
{ name: 'Yarn', cmd: 'yarn add svelte-french-toast' },
{ name: 'Bun', cmd: 'bun add svelte-french-toast' },
{ name: 'Bun', cmd: 'bun add svelte-french-toast' }
];
let installer = installers[0].name;
</script>
Expand Down Expand Up @@ -159,7 +159,7 @@
</p>
</div>

<style>
<style lang="postcss">
:not(pre) > code,
pre {
@apply p-5 block;
Expand Down
2 changes: 1 addition & 1 deletion src/www/Examples.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</div>
{/each}

<style>
<style lang="postcss">
input[type='radio'] {
@apply appearance-none;
}
Expand Down

1 comment on commit fdc8569

@vercel
Copy link

@vercel vercel bot commented on fdc8569 Jul 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.