mirror of
https://github.com/documenso/documenso.git
synced 2026-07-10 21:15:15 +10:00
10 lines
102 B
CSS
10 lines
102 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html,
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|