Skip to content

Commit 66da790

Browse files
authored
Merge pull request #10 from SOPT-all/init/design-token-setting/#9
[init/#9] 디자인 토큰 시스템 구축
2 parents 0365db1 + c1dcf15 commit 66da790

32 files changed

+723
-13
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="ko">
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6+
<link rel="stylesheet" href="/fonts/pretendard/pretendard.css" />
67
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
78
<title>IDUS</title>
89
</head>

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13+
"@vanilla-extract/css": "^1.17.4",
14+
"@vanilla-extract/recipes": "^0.5.7",
1315
"react": "^19.2.0",
1416
"react-dom": "^19.2.0"
1517
},
@@ -18,6 +20,7 @@
1820
"@types/node": "^24.10.0",
1921
"@types/react": "^19.2.2",
2022
"@types/react-dom": "^19.2.2",
23+
"@vanilla-extract/vite-plugin": "^5.1.1",
2124
"@vitejs/plugin-react-swc": "^4.2.1",
2225
"eslint": "^9.39.1",
2326
"eslint-plugin-react-hooks": "^7.0.1",

0 commit comments

Comments
 (0)