splitwise / src /app.css
assafvayner's picture
assafvayner HF Staff
chore: scaffold SvelteKit project with Tailwind, Vitest, adapter-node
52ec2ea
Raw
History Blame Contribute Delete
214 Bytes
@import 'tailwindcss';
@layer base {
input,
select,
textarea {
@apply w-full rounded-lg border border-gray-300 bg-white px-3 py-2 text-base;
}
label {
@apply block text-sm font-medium text-gray-700;
}
}