mirror of
https://github.com/documenso/documenso.git
synced 2026-06-27 23:00:49 +10:00
8 lines
96 B
CSS
8 lines
96 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html {
|
|
scroll-behavior: smooth;
|
|
}
|