mirror of
https://github.com/documenso/documenso.git
synced 2025-11-22 04:31:39 +10:00
8 lines
96 B
CSS
8 lines
96 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html {
|
|
scroll-behavior: smooth;
|
|
}
|