Skip to content

Commit f4f4ace

Browse files
committed
remove tailwind
1 parent cc1ced0 commit f4f4ace

File tree

3 files changed

+2
-22
lines changed

3 files changed

+2
-22
lines changed

frontend/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "java scripts/CpEnv.java .env.dev .env && next dev --turbopack",
7-
"build": "cp .env.prod .env && next build",
7+
"build": "next build",
88
"build:dev": "cp .env.dev .env && next build",
99
"build:prod": "cp .env.prod .env && next build",
1010
"start": "next start",
@@ -38,7 +38,6 @@
3838
"react-toastify": "^11.0.5",
3939
"rxjs": "^7.8.2",
4040
"sass": "^1.96.0",
41-
"tailwindcss": "3.4.17",
4241
"typescript": "5.7.2",
4342
"use-file-picker": "^2.1.4",
4443
"vite-tsconfig-paths": "^5.1.4",

frontend/postcss.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
22
plugins: {
3-
tailwindcss: {},
43
autoprefixer: {},
54
},
6-
}
5+
};

frontend/tailwind.config.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)