meowsic/resources/css/app.scss

13 lines
194 B
SCSS
Raw Normal View History

2024-11-05 18:05:41 +02:00
@use "material-icons/iconfont/material-icons.css";
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-zinc-900 text-white;
}
2024-11-06 00:06:30 +02:00
.main-content {
@apply py-8 px-10;
}