10 lines
146 B
CSS
10 lines
146 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer components {
|
|
input {
|
|
@apply bg-neutral-700 rounded px-2 text-white
|
|
}
|
|
}
|