Skip to content

Commit 87d0a17

Browse files
committed
refactor: delete duplicate css and unused package
1 parent 56093cc commit 87d0a17

File tree

3 files changed

+5
-68
lines changed

3 files changed

+5
-68
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"react": "^19.0.0",
5555
"react-dom": "^19.0.0",
5656
"react-hook-form": "^7.55.0",
57-
"react-resizable-panels": "^2.1.8",
5857
"recharts": "^2.15.3",
5958
"sonner": "^2.0.3",
6059
"tailwind-merge": "^3.2.0",

pnpm-lock.yaml

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

src/index.css

Lines changed: 5 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
--sidebar-ring: hsl(217.2 91.2% 59.8%);
7676
}
7777

78-
@theme {
78+
@theme inline {
7979
--breakpoint-*: initial;
8080
--breakpoint-sm: 640px;
8181
--breakpoint-md: 768px;
@@ -144,6 +144,7 @@
144144
height: var(--radix-accordion-content-height);
145145
}
146146
}
147+
147148
@keyframes accordion-up {
148149
from {
149150
height: var(--radix-accordion-content-height);
@@ -172,15 +173,6 @@
172173
}
173174
}
174175

175-
@layer base {
176-
* {
177-
@apply border-border;
178-
}
179-
body {
180-
@apply bg-background text-foreground;
181-
}
182-
}
183-
184176
@layer base {
185177
.no-webview-scroll-bar::-webkit-scrollbar {
186178
display: none;
@@ -190,52 +182,12 @@
190182
/* 全角括弧が重ならないようにするため */
191183
text-spacing-trim: space-all;
192184
}
193-
}
194185

195-
@layer base {
196186
* {
197-
@apply border-border outline-ring/50;
187+
@apply border-border;
198188
}
189+
199190
body {
200191
@apply bg-background text-foreground;
201192
}
202-
}
203-
204-
/*
205-
---break---
206-
*/
207-
208-
@theme inline {
209-
--color-sidebar: var(--sidebar);
210-
--color-sidebar-foreground: var(--sidebar-foreground);
211-
--color-sidebar-primary: var(--sidebar-primary);
212-
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
213-
--color-sidebar-accent: var(--sidebar-accent);
214-
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
215-
--color-sidebar-border: var(--sidebar-border);
216-
--color-sidebar-ring: var(--sidebar-ring);
217-
--animate-accordion-down: accordion-down 0.2s ease-out;
218-
--animate-accordion-up: accordion-up 0.2s ease-out;
219-
/*
220-
---break---
221-
*/
222-
@keyframes accordion-down {
223-
from {
224-
height: 0;
225-
}
226-
to {
227-
height: var(--radix-accordion-content-height);
228-
}
229-
}
230-
/*
231-
---break---
232-
*/
233-
@keyframes accordion-up {
234-
from {
235-
height: var(--radix-accordion-content-height);
236-
}
237-
to {
238-
height: 0;
239-
}
240-
}
241-
}
193+
}

0 commit comments

Comments
 (0)