Skip to content

Commit

Permalink
remove trash
Browse files Browse the repository at this point in the history
  • Loading branch information
ufaboy committed Jan 18, 2024
1 parent 9dc3085 commit 7e4ad48
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 250 deletions.
2 changes: 1 addition & 1 deletion src/App.ce.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ currentPage.value = WeatherList
}
.draggable-li {
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-property: all;
transition-duration: 150ms;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-delay: 100ms;
Expand Down
245 changes: 0 additions & 245 deletions src/assets/style/main.css

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/style/tailwind.css

This file was deleted.

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

createApp(App).mount('#app')

0 comments on commit 7e4ad48

Please sign in to comment.