10 lines
193 B
CSS
10 lines
193 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer components {
|
|
.console {
|
|
@apply relative top-0.5 inline-block;
|
|
/* make it hidden then visible every seconde */
|
|
}
|
|
}
|