mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
11 lines
No EOL
197 B
CSS
11 lines
No EOL
197 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.both-transition {
|
|
transition: background 200ms ease, border 200ms ease;
|
|
}
|
|
|
|
.border-transition {
|
|
transition: border 200ms ease;
|
|
} |