9 lines
120 B
CSS
9 lines
120 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
a {
|
|
@apply font-medium underline;
|
|
}
|
|
}
|