mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-08-06 06:33:09 +00:00
chore: initialize
This commit is contained in:
3
src/styles/css/tailwind.css
Normal file
3
src/styles/css/tailwind.css
Normal file
@@ -0,0 +1,3 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
5
src/styles/less/global.less
Normal file
5
src/styles/less/global.less
Normal file
@@ -0,0 +1,5 @@
|
||||
html,
|
||||
body,
|
||||
#app {
|
||||
height: 100%;
|
||||
}
|
Reference in New Issue
Block a user