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