9 lines
152 B
SCSS
9 lines
152 B
SCSS
|
@use "material-icons/iconfont/material-icons.css";
|
||
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
body {
|
||
|
@apply bg-zinc-900 text-white;
|
||
|
}
|