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

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaAmaju committed Mar 5, 2024
1 parent 3afa5d5 commit 6063b81
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 17 deletions.
6 changes: 0 additions & 6 deletions playground/basic/postcss.config.js

This file was deleted.

4 changes: 2 additions & 2 deletions playground/basic/src/views/footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

<button on:click="{click}">click</button>

<footer>footer <Count {count} /></footer>
<footer class="comment">footer <Count {count} /></footer>

<style>
footer {
.comment {
background-color: yellow;
}
</style>
8 changes: 8 additions & 0 deletions playground/basic/src/views/home.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@
</script>

<Footer {count} />

<div class="footer"></div>

<style>
.footer {
background-color: yellow;
}
</style>
9 changes: 0 additions & 9 deletions playground/basic/tailwind.config.js

This file was deleted.

0 comments on commit 6063b81

Please sign in to comment.