Adding in tailwindcss and configs

This commit is contained in:
Frank Delaguila
2022-03-12 19:41:39 -07:00
parent d8beede420
commit ef5cdba060
8 changed files with 59 additions and 10 deletions

View File

@@ -1,3 +1,12 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
main {
background-color: black;
#canvas-container {
canvas {
width: 100%;
height: 100%;
}
}
}