fix: move app.css to renderer and fix tailwind not working
This commit is contained in:
parent
5f30dad182
commit
58071cc6f7
4 changed files with 139 additions and 243 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"style": "default",
|
||||
"tailwind": {
|
||||
"config": "tailwind.config.ts",
|
||||
"css": "src\\app.css",
|
||||
"css": "src\\renderer\\src\\app.css",
|
||||
"baseColor": "zinc"
|
||||
},
|
||||
"aliases": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue