mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-04-29 03:00:45 -04:00
8 lines
133 B
CSS
8 lines
133 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.button-base {
|
|
@apply bg-tertiary border border-neutral-600 rounded;
|
|
}
|