10 lines
157 B
CSS
10 lines
157 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer utilities {
|
|
.striped tr:nth-child(even) {
|
|
@apply bg-gray-100 dark:bg-gray-800
|
|
}
|
|
}
|