mirror of
https://github.com/documenso/documenso.git
synced 2026-07-12 14:05:20 +10:00
15 lines
236 B
CSS
15 lines
236 B
CSS
@import "tailwindcss";
|
|
|
|
@source "./**/*.{ts,tsx}";
|
|
|
|
@theme {
|
|
--font-sans:
|
|
"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|