LeRobot.js / src /demo /index.css
NERDDISCO's picture
feat: added react / tailwind ui
0d9f1af
raw
history blame
167 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
* {
@apply border-border;
}
body {
@apply bg-background text-foreground;
}
}