mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 11:13:26 +00:00
8 lines
105 B
CSS
8 lines
105 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.overflow-y-hidden {
|
|
overflow-y: hidden;
|
|
}
|