Skip to content

Commit 4c572d0

Browse files
committed
chore: cleanup unused library
1 parent b817456 commit 4c572d0

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

package-lock.json

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"date-fns": "^4.1.0",
4949
"eslint-plugin-react": "^7.37.2",
5050
"gh-pages": "^6.2.0",
51-
"github-fork-ribbon-css": "^0.2.3",
5251
"lodash": "^4.17.21",
5352
"luxon": "^3.5.0",
5453
"lz-string": "^1.5.0",

src/styles/App.css

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
@import "tailwindcss";
1+
@import 'tailwindcss';
22

33
@theme {
4-
--font-sans: InterVariable, sans-serif;
4+
--font-sans: InterVariable, sans-serif;
55
}
66

77
.split {
8-
display: flex;
9-
height: 100%;
8+
display: flex;
9+
height: 100%;
1010
}
1111

1212
.gutter {
13-
background-color: #444;
14-
cursor: col-resize;
13+
background-color: #444;
14+
cursor: col-resize;
1515
}
1616

1717
.gutter.gutter-horizontal {
18-
width: 6px; }
18+
width: 6px;
19+
}

0 commit comments

Comments
 (0)