mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
7 lines
96 B
CSS
7 lines
96 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html {
|
|
scroll-behavior: smooth;
|
|
}
|