drawing01 / src /app.css
adpro's picture
Duplicate from huggingface-projects/diffuse-the-rest
14b3c00
raw
history blame contribute delete
164 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
a {
@apply !underline;
}
.drawing-board-controls {
@apply !border-spacing-0.5 md:!border-spacing-2;
}