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