eb2-website/src/app.css

9 řádky
127 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.active {
@apply underline;
}
}