6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
@layer base {
|
|
a {
|
|
@apply text-blue-500 no-underline hover:underline
|
|
}
|
|
}
|