14 lines
214 B
CSS
14 lines
214 B
CSS
@config "../tailwind.config.js";
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer components {
|
|
.debug-border {
|
|
@apply border border-rose-500;
|
|
}
|
|
}
|
|
|
|
leptos-island {
|
|
display: contents;
|
|
}
|