first commit

This commit is contained in:
JaguarJack
2022-12-05 23:01:12 +08:00
commit 0024080c28
322 changed files with 27698 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
// tailwindcss
@import 'tailwind.css';
// element style 必须在 tailwindcss 之后,不然样式会被 tailwindcss 覆盖
// issue 在这里 https://github.com/tailwindlabs/tailwindcss/discussions/5969
@import 'element';
// 后台管理定义的 css 变量
@import 'var';
// theme
@import 'theme/index';