mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 06:42:59 +00:00
8 lines
88 B
CSS
8 lines
88 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.hello {
|
|
color: yellow;
|
|
}
|