Files
mermaid-live-editor/src/app.postcss
T
2024-01-11 22:23:18 +05:30

11 lines
175 B
Plaintext

@tailwind base;
@tailwind components;
@tailwind utilities;
.input {
@apply flex-1 rounded border-2 border-solid border-primary;
}
.action-btn {
@apply btn btn-primary;
}