8 lines
109 B
CSS
8 lines
109 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.active-link {
|
|
@apply text-third border-b;
|
|
}
|