Skip to content

Commit

Permalink
chore: remove unused pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
titieo committed Sep 17, 2021
1 parent b047f00 commit f1c9fa9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"stylelint-config-standard": "^22.0.0",
"svelte": "^3.42.4",
"svelte-dark-mode": "^2.0.0",
"svelte-hamburgers": "^3.0.1",
"unplugin-icons": "^0.11.3",
"vite": "^2.5.6",
"vite-plugin-html": "^2.1.0",
Expand Down
22 changes: 10 additions & 12 deletions src/layouts/Details.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,17 @@
"
>
<div class="flex space-x-2 font-bold text-lg">
<div
<ChevLeft
class="
transform-gpu
text-xl
-rotate-90
group-hover:rotate-90
transition-transform
duration-500 h-6 w-6
relative top-1
"
>
<ChevLeft />
</div>
transform-gpu
text-xl
rotate-90
group-hover:-rotate-90
transition-transform
duration-500 h-6 w-6
relative top-0.5
"
/>
<h3>
{$allSubjectsStore[item][i18n.key]}
</h3>
Expand Down
8 changes: 0 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8950,13 +8950,6 @@ fsevents@~2.3.2:
languageName: node
linkType: hard

"svelte-hamburgers@npm:^3.0.1":
version: 3.0.1
resolution: "svelte-hamburgers@npm:3.0.1"
checksum: 8c97b2b03989e1b8f88783e6b2507639d2c544a84ac9cc10e96ca1c764ff914ce4695c308c0e234d9d3203e2ed77a7f54eb6617ce6c0611531aca1bd8717f690
languageName: node
linkType: hard

"svelte-hmr@npm:^0.14.7":
version: 0.14.7
resolution: "svelte-hmr@npm:0.14.7"
Expand Down Expand Up @@ -9122,7 +9115,6 @@ fsevents@~2.3.2:
stylelint-config-standard: ^22.0.0
svelte: ^3.42.4
svelte-dark-mode: ^2.0.0
svelte-hamburgers: ^3.0.1
svelte-local-storage-store: ^0.2.4
svelte-meta-tags: ^1.2.2
unplugin-icons: ^0.11.3
Expand Down

0 comments on commit f1c9fa9

Please sign in to comment.