NERDDISCO's picture
refactor: restructure demo to examples/robot-control-web
ea49c9f
raw
history blame
167 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
* {
@apply border-border;
}
body {
@apply bg-background text-foreground;
}
}