Skip to content

Commit 9abea41

Browse files
committed
format
1 parent 37cfc7f commit 9abea41

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/app.css

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,52 +31,52 @@
3131
--color-ring: hsl(var(--ring));
3232
--color-background: hsl(var(--background));
3333
--color-foreground: hsl(var(--foreground));
34-
34+
3535
--color-primary: hsl(var(--primary));
3636
--color-primary-foreground: hsl(var(--primary-foreground));
37-
37+
3838
--color-secondary: hsl(var(--secondary));
3939
--color-secondary-foreground: hsl(var(--secondary-foreground));
40-
40+
4141
--color-destructive: hsl(var(--destructive));
4242
--color-destructive-foreground: hsl(var(--destructive-foreground));
43-
43+
4444
--color-muted: hsl(var(--muted));
4545
--color-muted-foreground: hsl(var(--muted-foreground));
46-
46+
4747
--color-accent: hsl(var(--accent));
4848
--color-accent-foreground: hsl(var(--accent-foreground));
49-
49+
5050
--color-popover: hsl(var(--popover));
5151
--color-popover-foreground: hsl(var(--popover-foreground));
52-
52+
5353
--color-card: hsl(var(--card));
5454
--color-card-foreground: hsl(var(--card-foreground));
55-
55+
5656
--radius-sm: calc(var(--radius) - 4px);
5757
--radius-md: calc(var(--radius) - 2px);
5858
--radius-lg: var(--radius);
5959

6060
--font-family: "M PLUS 2 Variable", var(--font-sans);
61-
61+
6262
--animate-accordion-down: accordion-down 0.2s ease-out;
6363
--animate-accordion-up: accordion-up 0.2s ease-out;
64-
64+
6565
@keyframes accordion-down {
6666
from {
6767
height: 0;
6868
}
69-
69+
7070
to {
7171
height: var(--radix-accordion-content-height);
7272
}
7373
}
74-
74+
7575
@keyframes accordion-up {
7676
from {
7777
height: var(--radix-accordion-content-height);
7878
}
79-
79+
8080
to {
8181
height: "0";
8282
}
@@ -86,7 +86,7 @@
8686
.border {
8787
border-color: #e4e5e9;
8888
}
89-
89+
9090
button {
9191
cursor: pointer;
9292
}

0 commit comments

Comments
 (0)