Skip to content

Commit 7b5df29

Browse files
committed
Replace styled-components with Tailwind
1 parent 95be77b commit 7b5df29

5 files changed

Lines changed: 424 additions & 151 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
"test:watch": "vitest --watch"
1515
},
1616
"dependencies": {
17+
"@tailwindcss/vite": "^4.1.7",
1718
"prettier": "^3.5.3",
1819
"prettier-plugin-organize-imports": "^4.1.0",
1920
"react": "^19.1.0",
2021
"react-dom": "^19.1.0",
21-
"styled-components": "^6.1.18"
22+
"tailwindcss": "^4.1.7"
2223
},
2324
"devDependencies": {
2425
"@eslint/compat": "^1.2.9",
@@ -41,6 +42,7 @@
4142
"packageManager": "pnpm@10.4.0+sha256.e57e8a544f7a84247cfa77dd6d923eae5199a373474e53eab1f540c796289386",
4243
"pnpm": {
4344
"onlyBuiltDependencies": [
45+
"@tailwindcss/oxide",
4446
"esbuild"
4547
]
4648
}

0 commit comments

Comments
 (0)