mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 01:15:49 +10:00
11 lines
184 B
CSS
11 lines
184 B
CSS
@import "tailwindcss";
|
|
|
|
/* v4 no longer auto-detects the JS config; load the standalone preview config. */
|
|
@config "../tailwind.config.cjs";
|
|
|
|
html,
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|