Skip to content

Commit 7eb2c9f

Browse files
committed
Merge branch 'main' of github.com:peoray/ai-elements-vue into feature/checkpoint
2 parents 359998a + cc86aaa commit 7eb2c9f

25 files changed

+1818
-222
lines changed

apps/www/assets/css/tailwind.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,29 @@
127127
line-height: 0 !important;
128128
}
129129
}
130+
131+
@layer base {
132+
::after,
133+
::before,
134+
::backdrop,
135+
::file-selector-button {
136+
@apply border-border;
137+
}
138+
* {
139+
@apply min-w-0;
140+
}
141+
html {
142+
text-rendering: optimizelegibility;
143+
}
144+
body {
145+
@apply min-h-dvh;
146+
}
147+
input::placeholder,
148+
textarea::placeholder {
149+
@apply text-muted-foreground;
150+
}
151+
button:not(:disabled),
152+
[role="button"]:not(:disabled) {
153+
@apply cursor-pointer;
154+
}
155+
}

0 commit comments

Comments
 (0)