NERDDISCO's picture
recover: restore deleted src/lerobot/node/ folder from ec936d5
130ae50
raw
history blame
167 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
* {
@apply border-border;
}
body {
@apply bg-background text-foreground;
}
}