Use classes to prevent Tailwind from tree-shaking

This commit is contained in:
pa
2026-03-08 23:32:15 +09:00
parent 3106d77a71
commit faaddaca29
6 changed files with 21 additions and 30 deletions

View File

@@ -228,7 +228,7 @@
::-webkit-scrollbar-thumb {
background-color: var(--border);
border-radius: var(--radius-full);
border-radius: var(--rounded-full);
border: 2px solid transparent;
background-clip: content-box;
}