集成tailwindcss 替换新的登陆页面和版权信息组件 (#1499)

* 集成tailwindcss

* fix: 修改登录,init 页面

* Update package.json

* 升级可升级的第三方库到新版本

* 细节调整

---------

Co-authored-by: bypanghu <bypanghu@163.com>
Co-authored-by: task <121913992@qq.com>
This commit is contained in:
奇淼(piexlmax
2023-08-04 17:03:21 +08:00
committed by GitHub
parent ab29267d64
commit 350f4572ed
24 changed files with 640 additions and 822 deletions

6
web/postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}