Skip to content

Commit

Permalink
kinda working
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 14, 2023
1 parent c9114ff commit d48ee05
Show file tree
Hide file tree
Showing 7 changed files with 10,781 additions and 55 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"autoprefixer": "^10.4.13",
"bio-parsers": "^9.3.0",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-tooltip": "^5.7.5",
"react-use": "^17.4.0",
"tailwindcss": "^3.2.6",
"ve-range-utils": "^2.6.6",
"ve-sequence-utils": "^5.2.9",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}
798 changes: 798 additions & 0 deletions public/sequence.gb

Large diffs are not rendered by default.

41 changes: 3 additions & 38 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -1,38 +1,3 @@
.App {
text-align: center;
}

.App-logo {
height: 40vmin;
pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}

.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}

.App-link {
color: #61dafb;
}

@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@tailwind base;
@tailwind components;
@tailwind utilities;
Loading

0 comments on commit d48ee05

Please sign in to comment.