portfolio/src/app.postcss

6 lines
64 B
Plaintext
Raw Normal View History

2023-06-18 12:18:12 +00:00
/*place global styles here */
html,
body {
2023-12-13 17:16:45 +00:00
@apply h-full;
2023-06-18 12:18:12 +00:00
}