Skip to content

Commit 2696b57

Browse files
committed
chore: format
1 parent 26b8266 commit 2696b57

File tree

4 files changed

+176
-176
lines changed

4 files changed

+176
-176
lines changed

2025/astro.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import react from '@astrojs/react';
2+
import tailwindcss from '@tailwindcss/vite';
3+
24
// @ts-check
35
import { defineConfig } from 'astro/config';
46

57
import Macros from 'unplugin-macros/vite';
68

7-
import tailwindcss from '@tailwindcss/vite';
8-
99
// https://astro.build/config
1010
export default defineConfig({
1111
base: '/2025',
@@ -22,7 +22,7 @@ export default defineConfig({
2222
},
2323
plugins: [
2424
Macros(),
25-
tailwindcss(),
25+
tailwindcss(),
2626
],
2727
},
2828

2025/src/pages/index.astro

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
import "../styles/global.css";
3-
import Header from "../components/Header.astro";
4-
import Top from "../components/Top.astro";
5-
import KeynoteSpeakers from "../components/KeynoteSpeakers.astro";
6-
import Venue from "../components/Venue.astro";
7-
import AboutVimConf from "../components/AboutVimConf.astro";
8-
import Schedule from "../components/Schedule/index.astro";
9-
import Sponsors from "../components/Sponsors/index.astro";
10-
import Staff from "../components/Staff.astro";
11-
import Footer from "../components/Footer.astro";
2+
import AboutVimConf from '../components/AboutVimConf.astro';
3+
import Footer from '../components/Footer.astro';
4+
import Header from '../components/Header.astro';
5+
import KeynoteSpeakers from '../components/KeynoteSpeakers.astro';
6+
import Schedule from '../components/Schedule/index.astro';
7+
import Sponsors from '../components/Sponsors/index.astro';
8+
import Staff from '../components/Staff.astro';
9+
import Top from '../components/Top.astro';
10+
import Venue from '../components/Venue.astro';
11+
import '../styles/global.css';
1212
---
1313
<!DOCTYPE html>
1414
<html lang="en" class="light" style="color-scheme: light;">

2025/src/styles/global.css

Lines changed: 86 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,110 +1,110 @@
1-
@import "tailwindcss";
1+
@import 'tailwindcss';
22
@config "../../tailwind.config.ts";
33
@tailwind base;
44
@tailwind components;
55
@tailwind utilities;
66

77
body {
8-
font-family: Arial, Helvetica, sans-serif;
8+
font-family: Arial, Helvetica, sans-serif;
99
}
1010

1111
@layer utilities {
12-
.text-balance {
13-
text-wrap: balance;
14-
}
15-
.border-border {
16-
border-color: hsl(var(--border));
17-
}
12+
.text-balance {
13+
text-wrap: balance;
14+
}
15+
.border-border {
16+
border-color: hsl(var(--border));
17+
}
1818
}
1919

2020
@utility bg-background {
21-
background-color: hsl(var(--background));
21+
background-color: hsl(var(--background));
2222
}
2323

2424
@utility border-border {
25-
border-color: hsl(var(--border));
25+
border-color: hsl(var(--border));
2626
}
2727
@utility text-foreground {
28-
color: hsl(var(--foreground));
28+
color: hsl(var(--foreground));
2929
}
3030

3131
@layer base {
32-
:root {
33-
--background: 0 0% 100%;
34-
--foreground: 0 0% 3.9%;
35-
--card: 0 0% 100%;
36-
--card-foreground: 0 0% 3.9%;
37-
--popover: 0 0% 100%;
38-
--popover-foreground: 0 0% 3.9%;
39-
--primary: 0 0% 9%;
40-
--primary-foreground: 0 0% 98%;
41-
--secondary: 0 0% 96.1%;
42-
--secondary-foreground: 0 0% 9%;
43-
--muted: 0 0% 96.1%;
44-
--muted-foreground: 0 0% 45.1%;
45-
--accent: 0 0% 96.1%;
46-
--accent-foreground: 0 0% 9%;
47-
--destructive: 0 84.2% 60.2%;
48-
--destructive-foreground: 0 0% 98%;
49-
--border: 0 0% 89.8%;
50-
--input: 0 0% 89.8%;
51-
--ring: 0 0% 3.9%;
52-
--chart-1: 12 76% 61%;
53-
--chart-2: 173 58% 39%;
54-
--chart-3: 197 37% 24%;
55-
--chart-4: 43 74% 66%;
56-
--chart-5: 27 87% 67%;
57-
--radius: 0.5rem;
58-
--sidebar-background: 0 0% 98%;
59-
--sidebar-foreground: 240 5.3% 26.1%;
60-
--sidebar-primary: 240 5.9% 10%;
61-
--sidebar-primary-foreground: 0 0% 98%;
62-
--sidebar-accent: 240 4.8% 95.9%;
63-
--sidebar-accent-foreground: 240 5.9% 10%;
64-
--sidebar-border: 220 13% 91%;
65-
--sidebar-ring: 217.2 91.2% 59.8%;
66-
}
67-
.dark {
68-
--background: 0 0% 3.9%;
69-
--foreground: 0 0% 98%;
70-
--card: 0 0% 3.9%;
71-
--card-foreground: 0 0% 98%;
72-
--popover: 0 0% 3.9%;
73-
--popover-foreground: 0 0% 98%;
74-
--primary: 0 0% 98%;
75-
--primary-foreground: 0 0% 9%;
76-
--secondary: 0 0% 14.9%;
77-
--secondary-foreground: 0 0% 98%;
78-
--muted: 0 0% 14.9%;
79-
--muted-foreground: 0 0% 63.9%;
80-
--accent: 0 0% 14.9%;
81-
--accent-foreground: 0 0% 98%;
82-
--destructive: 0 62.8% 30.6%;
83-
--destructive-foreground: 0 0% 98%;
84-
--border: 0 0% 14.9%;
85-
--input: 0 0% 14.9%;
86-
--ring: 0 0% 83.1%;
87-
--chart-1: 220 70% 50%;
88-
--chart-2: 160 60% 45%;
89-
--chart-3: 30 80% 55%;
90-
--chart-4: 280 65% 60%;
91-
--chart-5: 340 75% 55%;
92-
--sidebar-background: 240 5.9% 10%;
93-
--sidebar-foreground: 240 4.8% 95.9%;
94-
--sidebar-primary: 224.3 76.3% 48%;
95-
--sidebar-primary-foreground: 0 0% 100%;
96-
--sidebar-accent: 240 3.7% 15.9%;
97-
--sidebar-accent-foreground: 240 4.8% 95.9%;
98-
--sidebar-border: 240 3.7% 15.9%;
99-
--sidebar-ring: 217.2 91.2% 59.8%;
100-
}
32+
:root {
33+
--background: 0 0% 100%;
34+
--foreground: 0 0% 3.9%;
35+
--card: 0 0% 100%;
36+
--card-foreground: 0 0% 3.9%;
37+
--popover: 0 0% 100%;
38+
--popover-foreground: 0 0% 3.9%;
39+
--primary: 0 0% 9%;
40+
--primary-foreground: 0 0% 98%;
41+
--secondary: 0 0% 96.1%;
42+
--secondary-foreground: 0 0% 9%;
43+
--muted: 0 0% 96.1%;
44+
--muted-foreground: 0 0% 45.1%;
45+
--accent: 0 0% 96.1%;
46+
--accent-foreground: 0 0% 9%;
47+
--destructive: 0 84.2% 60.2%;
48+
--destructive-foreground: 0 0% 98%;
49+
--border: 0 0% 89.8%;
50+
--input: 0 0% 89.8%;
51+
--ring: 0 0% 3.9%;
52+
--chart-1: 12 76% 61%;
53+
--chart-2: 173 58% 39%;
54+
--chart-3: 197 37% 24%;
55+
--chart-4: 43 74% 66%;
56+
--chart-5: 27 87% 67%;
57+
--radius: 0.5rem;
58+
--sidebar-background: 0 0% 98%;
59+
--sidebar-foreground: 240 5.3% 26.1%;
60+
--sidebar-primary: 240 5.9% 10%;
61+
--sidebar-primary-foreground: 0 0% 98%;
62+
--sidebar-accent: 240 4.8% 95.9%;
63+
--sidebar-accent-foreground: 240 5.9% 10%;
64+
--sidebar-border: 220 13% 91%;
65+
--sidebar-ring: 217.2 91.2% 59.8%;
66+
}
67+
.dark {
68+
--background: 0 0% 3.9%;
69+
--foreground: 0 0% 98%;
70+
--card: 0 0% 3.9%;
71+
--card-foreground: 0 0% 98%;
72+
--popover: 0 0% 3.9%;
73+
--popover-foreground: 0 0% 98%;
74+
--primary: 0 0% 98%;
75+
--primary-foreground: 0 0% 9%;
76+
--secondary: 0 0% 14.9%;
77+
--secondary-foreground: 0 0% 98%;
78+
--muted: 0 0% 14.9%;
79+
--muted-foreground: 0 0% 63.9%;
80+
--accent: 0 0% 14.9%;
81+
--accent-foreground: 0 0% 98%;
82+
--destructive: 0 62.8% 30.6%;
83+
--destructive-foreground: 0 0% 98%;
84+
--border: 0 0% 14.9%;
85+
--input: 0 0% 14.9%;
86+
--ring: 0 0% 83.1%;
87+
--chart-1: 220 70% 50%;
88+
--chart-2: 160 60% 45%;
89+
--chart-3: 30 80% 55%;
90+
--chart-4: 280 65% 60%;
91+
--chart-5: 340 75% 55%;
92+
--sidebar-background: 240 5.9% 10%;
93+
--sidebar-foreground: 240 4.8% 95.9%;
94+
--sidebar-primary: 224.3 76.3% 48%;
95+
--sidebar-primary-foreground: 0 0% 100%;
96+
--sidebar-accent: 240 3.7% 15.9%;
97+
--sidebar-accent-foreground: 240 4.8% 95.9%;
98+
--sidebar-border: 240 3.7% 15.9%;
99+
--sidebar-ring: 217.2 91.2% 59.8%;
100+
}
101101
}
102102

103103
@layer base {
104-
* {
105-
@apply border-border;
106-
}
107-
body {
108-
@apply bg-background text-foreground;
109-
}
104+
* {
105+
@apply border-border;
106+
}
107+
body {
108+
@apply bg-background text-foreground;
109+
}
110110
}

0 commit comments

Comments
 (0)