Skip to content

Commit

Permalink
convert stuff to use tailwind classes
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Nov 7, 2024
1 parent 12151b4 commit 1df8ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 56 deletions.
5 changes: 2 additions & 3 deletions kitsune-fe/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
}

::-webkit-scrollbar {
width: 0.666em;
height: 0.666em;
@apply h-2.5 w-2.5;
}

::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
@apply shadow-lg;
}

::-webkit-scrollbar-thumb {
Expand Down
53 changes: 0 additions & 53 deletions kitsune-fe/src/styles/root.scss

This file was deleted.

0 comments on commit 1df8ca7

Please sign in to comment.