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