12 lines
194 B
SCSS
12 lines
194 B
SCSS
@use "material-icons/iconfont/material-icons.css";
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
@apply bg-zinc-900 text-white;
|
|
}
|
|
|
|
.main-content {
|
|
@apply py-8 px-10;
|
|
}
|