10 lines
83 B
Plaintext
10 lines
83 B
Plaintext
@layer base {
|
|
h2 {
|
|
@apply font-bold
|
|
}
|
|
|
|
code {
|
|
@apply text-base
|
|
}
|
|
}
|