feat: 添加 Tailwind CSS 支持,更新样式文件并移除不必要的文件
All checks were successful
/ test (push) Successful in 27s

This commit is contained in:
严浩
2024-11-22 17:59:32 +08:00
parent 7fdbea82d6
commit 0b40d065ca
9 changed files with 11 additions and 144 deletions

View File

@ -1,7 +1,3 @@
/* @tailwind base; */
/* @tailwind components; */
/* @tailwind utilities; */
body {
background-color: #f3f4f6;
color: #1f2937;
@ -14,7 +10,6 @@ body {
}
}
.attributes-group {
padding: 1.5rem;
border: 1px solid #e5e7eb;
@ -28,4 +23,4 @@ body {
border-color: #374151;
background-color: #1f2937;
}
}
}

3
src/assets/tailwind.css Normal file
View File

@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="37.07" height="36" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 198"><path fill="#41B883" d="M204.8 0H256L128 220.8L0 0h97.92L128 51.2L157.44 0h47.36Z"></path><path fill="#41B883" d="m0 0l128 220.8L256 0h-51.2L128 132.48L50.56 0H0Z"></path><path fill="#35495E" d="M50.56 0L128 133.12L204.8 0h-47.36L128 51.2L97.92 0H50.56Z"></path></svg>

Before

Width:  |  Height:  |  Size: 496 B