🚧 WIP(custom): migrate to tailwindcss

This commit is contained in:
Kuingsmile
2026-01-19 13:16:56 +08:00
parent 55c0026e8c
commit ddb89496aa
13 changed files with 811 additions and 2632 deletions

View File

@@ -14,5 +14,7 @@
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"endOfLine": "lf"
"endOfLine": "lf",
"plugins": ["prettier-plugin-tailwindcss"],
"tailwindStylesheet": "./src/renderer/index.css"
}