Skip to content

Commit

Permalink
Add pico CSS 💅
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikinniger committed Oct 28, 2023
1 parent eae5756 commit 0a05dbb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -18,5 +18,8 @@
"tslib": "^2.6.0",
"typescript": "^5.0.2",
"vite": "^4.4.5"
},
"dependencies": {
"@picocss/pico": "^1.5.10"
}
}
1 change: 1 addition & 0 deletions src/App.svelte
@@ -1,4 +1,5 @@
<script lang="ts">
import '@picocss/pico/css/pico.min.css';
import { Link, Route, Router } from 'svelte-routing';
import Calendar from './routes/calendar/Calendar.svelte';
import LostAndFound from './routes/lost-and-found/LostAndFound.svelte';
Expand Down

0 comments on commit 0a05dbb

Please sign in to comment.