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