core/pages/app.css
2021-01-04 17:01:36 +09:00

7 lines
95 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html {
scroll-behavior: smooth;
}