Files
mermaid-live-editor/src/app.postcss
T
2021-08-16 00:09:30 +05:30

11 lines
173 B
Plaintext

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