Skip to content

Commit

Permalink
🔥 remove a bunch of random stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
thrzl committed Jun 26, 2024
1 parent 1c5286c commit 877049d
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 120 deletions.
13 changes: 0 additions & 13 deletions .eslintignore

This file was deleted.

15 changes: 0 additions & 15 deletions .eslintrc.cjs

This file was deleted.

13 changes: 0 additions & 13 deletions .prettierignore

This file was deleted.

9 changes: 0 additions & 9 deletions .prettierrc

This file was deleted.

Binary file modified bun.lockb
Binary file not shown.
26 changes: 0 additions & 26 deletions src/components/Link.svelte

This file was deleted.

8 changes: 0 additions & 8 deletions src/components/Marquee.svelte

This file was deleted.

20 changes: 0 additions & 20 deletions src/components/MarqueeContainer.svelte

This file was deleted.

12 changes: 0 additions & 12 deletions src/components/Rise.svelte

This file was deleted.

Binary file removed static/emojis/magic.webp
Binary file not shown.
Binary file removed static/emojis/robotics.webp
Binary file not shown.
Binary file removed static/emojis/wand.png
Binary file not shown.
Binary file removed static/emojis/wand.webp
Binary file not shown.
4 changes: 0 additions & 4 deletions uno.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ export default defineConfig({
presets: [presetUno()],
rules: [
// cursor
[
/^cursor-emoji-(\w+)$/,
([, w]) => ({ cursor: `url('/emojis/${w}.webp') 64 64, auto` }),
],
[/^spacing-(\d)$/, ([, d]) => ({ "letter-spacing": `${d}px` })],
["font-spacemono", { "font-family": "Space Mono" }],
],
Expand Down

0 comments on commit 877049d

Please sign in to comment.