initial boilerplate
This commit is contained in:
20
src/styles.css
Normal file
20
src/styles.css
Normal file
@@ -0,0 +1,20 @@
|
||||
@import "/node_modules/shadcn/dist/tailwind.css";
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
html,
|
||||
body,
|
||||
#root {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
@apply bg-gray-50 text-gray-900;
|
||||
}
|
||||
|
||||
.reactflow-wrapper {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
Reference in New Issue
Block a user