peer-at-code-web/styles/globals.css
2023-03-06 17:51:51 +01:00

9 lines
141 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.console {
@apply relative top-0.5 inline-block;
}
}