Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbedard committed Feb 4, 2024
1 parent 8837a9e commit a0457d0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 125 deletions.
18 changes: 0 additions & 18 deletions sandbox/README.md

This file was deleted.

27 changes: 1 addition & 26 deletions sandbox/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
<script setup lang="ts">
import HelloWorld from './components/HelloWorld.vue'
</script>

<template>
<div>
<a href="https://vitejs.dev" target="_blank">
<img src="/vite.svg" class="logo" alt="Vite logo" />
</a>
<a href="https://vuejs.org/" target="_blank">
<img src="./assets/vue.svg" class="logo vue" alt="Vue logo" />
</a>
Check back later
</div>
<HelloWorld msg="Vite + Vue" />
</template>

<style scoped>
.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
transition: filter 300ms;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.vue:hover {
filter: drop-shadow(0 0 2em #42b883aa);
}
</style>
1 change: 0 additions & 1 deletion sandbox/src/assets/vue.svg

This file was deleted.

1 change: 0 additions & 1 deletion sandbox/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { createApp } from 'vue'
import './style.css'
import App from './App.vue'

createApp(App).mount('#app')
79 changes: 0 additions & 79 deletions sandbox/src/style.css

This file was deleted.

0 comments on commit a0457d0

Please sign in to comment.