Files
zitadel/packages/zitadel-react/src/styles.css
2023-04-14 13:35:27 +02:00

8 lines
88 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.hello {
color: yellow;
}